-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Filter chain halted as :require_no_authentication #27
Comments
That error is usually caused by an infinite I'm using the same versions on the demo app, and the error isn't happening there. Are there any notable differences between your app and the demo app? |
I've been trying to spot a notable difference between the demo app and mine and there are none really. Do you still have a that old copy of my app locally? |
I think the problem may be related to your STI setup. I'll write a test to
|
I don't think so. I also test it in another application I'm working on, which does not use STI for users and the error appears when I update from 1.27 to 1.28 . |
It looks like this devise method was causing the problem. I don't think the method is relevant to this module so I've disabled it. I'm not sure why this wasn't causing problems before. The fix is on master now, and I'll push a new version to rubygems soon. |
Fantastic, I'll try it out tomorrow cloning master. Thanks so much |
ng-token-auth version |
Thanks Lynn, it works very well but it looks like I've lost the ability to send params when I want to authenticate trough omniauth lynndylanhurley/ng-token-auth#31 |
Have the params been whitelisted for devise? I'm using the |
Yes. I think this started happening on 1.28 betas. |
I'm getting the following error when I try to logout/update account/destroy account/change password, being logged by Omniauth or not:
´´´ruby
Redirected to http://localhost:9000/
Filter chain halted as :require_no_authentication rendered or redirected
Completed 302 Found
´´´
Using:
´´´
gem 'devise_token_auth', '0.1.28.beta4'
"ng-token-auth": "0.0.22-beta1",
´´´
Any idea of why this is happening?
The text was updated successfully, but these errors were encountered: