clerk / clerk-sdk-ruby

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

feat: Read Backend API key from CLERK_SECRET_KEY #28

Closed agis closed 1 year ago

agis commented 1 year ago

If this env var is set, it will take precedence over CLERK_API_KEY.

Part of AUTH-75