clerk-sdk-ruby icon indicating copy to clipboard operation
clerk-sdk-ruby copied to clipboard

Access the Clerk Backend API from Ruby

Results 12 clerk-sdk-ruby issues
Sort by recently updated
recently updated
newest added

I have the following setup: * Nextjs app using apollo client to make API requests with an Authorization header with the JWT * Rails backend API handling requests It's working...

We came across an issue with the latest clerk-sdk-ruby where it calls a method on Rack::Utils:Modules that is only available in >2.0 versions of rack. Anyone using Rails