-
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
Unpermitted parameters: user, registration #104
Comments
All set! |
@ACPK What did you do? |
I think he just remove the key "user" from his JSON
|
curl -v -H 'Content-Type: application/json' -H 'Accept: application/json' -X POST http://0.0.0.0:3000/auth -d "{\"email\":\"[email protected]\",\"password\":\"secret\"}" |
@ACPK FYI: you don't need to espace JSON on your CURL command :) |
@nicolas-besnard Here's the working line.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get an unpermitted parameters issues for "user, registration" when I try the curl command below:
Error:
The text was updated successfully, but these errors were encountered: