I'm using Devise gem, omniauth_github and also included omniauth-rails_csrf_protection by suggestions of answers I found here but still get the issue.
I was receiving the Not found. Authentication passthru. and then forced the request to the user_github_omniauth_authorize_path
with a :post
method and a button_to
, and now I'm receiving an alert with 'COULD NOT AUTHENTICATE YOU FROM GITHUB BECAUSE "AUTHENTICITY ERROR".'
Asked
Active
Viewed 86 times
0