-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Invalid login credentials. Please try again. #822
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
Comments
This is from the rails logs
|
I am using https://github.com/simplabs/ember-simple-auth with DeviseAuthenticator |
Looking at https://github.com/simplabs/ember-simple-auth/blob/master/addon/authenticators/devise.js#L43 It expects a key. |
@alexfalkowski can you paste the output of |
If you look at the above it defaults to user so I mapped it there, does it have to be auth. I didn't think it mattered what the URL is. The curl commands show it only accepts those parameters. Looking at the doco
It says it only expects those parameters. So I am assuming this is not configurable. |
Solution given on https://stackoverflow.com/questions/33268872/unpermitted-parameter-using-devise-token-auth-gem-in-rails-api The idea is to extend Credits to @ahmadsoe |
Thanks @stephanebruckert for the solution! Closing this for now |
Question, I am sorry if this is something dumb.
When I do:
I get
Though when I do:
I get
No idea why.
This is what I am running:
Appreciate your patience.
The text was updated successfully, but these errors were encountered: