Open souravongit opened 4 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.
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.