-
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
Expected params don't match Devise itself #233
Comments
Hopefully long since resolved for you.
|
Seems like this one is solved. |
Seems like the solution only applies to older version of Some workaround for this sort of problem on Would it be possible to add support for a root key? i.e: {
user: {
email: 'xxx',
password: 'yyy'
}
} |
Hello,
First, my apologies if this report is wrong. I'm new to token auth and javascript frameworks. ember-simple-auth-devise sends the params mimicking devise itself, so that rails receives:
but apparently devise_token_auth expects:
The text was updated successfully, but these errors were encountered: