clerk / clerk-sdk-ruby

Access the Clerk Backend API from Ruby
MIT License
24 stars 10 forks source link

fix: Properly set API key in Faraday 2 #38

Closed agis closed 11 months ago

agis commented 11 months ago

This fixes a regression introduced with #37, which caused the Clerk API key to not be properly set when requesting Clerk's Backend API, when Faraday v2 was used.

Fixes https://github.com/clerkinc/clerk-sdk-ruby/pull/37#issuecomment-1786060568