knock icon indicating copy to clipboard operation
knock copied to clipboard

Is there any proper document to integrate with Auth0

Open souravongit opened this issue 5 years ago • 2 comments

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.

souravongit avatar Oct 16 '20 04:10 souravongit

@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 avatar Feb 27 '21 12:02 rwehresmann

Here it is ;D

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

rwehresmann avatar Mar 01 '21 12:03 rwehresmann