auth0-samples / auth0-rubyonrails-sample

Auth0 Integration Samples for Ruby on Rails Web Applications

Home Page:https://auth0.com/docs/quickstart/webapp/rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example not working anymore

foeken opened this issue · comments

gem 'omniauth-rails_csrf_protection', '~> 0.1' needed to be updated to 1.0 in order to work again, else I got token errors.

I will take a look at this @foeken thanks for raising

Yes it looks like a patch release to omniauth-oauth2 caused the underlying omniauth to get bumped from 1.x to 2.0.1.

I will review this today

We've released omniauth-auth0 2.4.2 to address the issue

Awesome! Thanks for the amazingly quick fix and reply 🥳