nsarno / knock

Seamless JWT authentication for Rails API
MIT License
2.07k stars 253 forks source link

Is there any proper document to integrate with Auth0 #269

Open souravongit opened 4 years ago

souravongit commented 4 years ago

Hi, I have a rails application where we are using the knock gem. Now there is a requirement to integrate with auth0. I have created an auth0 account. looking for proper documentation of integrating knock with auth0.

Thanks.

rwehresmann commented 3 years ago

@souravongit if you're using rails 5, this post can help you: https://medium.com/@rwehresmann/ruby-on-rails-auth0-knock-7f114ed87e4b

Rails 6 brought zeitwerk, and at least Knock changed something in this meanwhile, you'll have more success integrating Auth0 without using knock. I'm writing a post on how to do that but isn't finished yet.

rwehresmann commented 3 years ago

Here it is ;D

https://dev.to/rwehresmann/ruby-on-rails-auth0-authenticating-your-api-with-an-external-authentication-service-99b