Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devise "Not found. Authentication passthru." #53

Open
igor04 opened this issue Apr 21, 2014 · 0 comments
Open

Devise "Not found. Authentication passthru." #53

igor04 opened this issue Apr 21, 2014 · 0 comments

Comments

@igor04
Copy link

igor04 commented Apr 21, 2014

# routes.rb
devise_for :users, controllers: { omniauth_callbacks: "omniauth_callbacks" }
filter :locale

I have "Not found. Authentication passthru." message from Devise with this filter, resolved by adding exclude:

filter :locale, exclude: /^\/users\/auth/

seems like routing-filter have some conflict with Devise, that's why it is looking as omniauth callbacks isn't defined, and we have message "Not found. Authentication passthru."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant