-
Notifications
You must be signed in to change notification settings - Fork 20
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
post urlencoded to login #112
Comments
Thanks developer so much! |
this problem became critical for me as I use at least for the local/refresh strategy adding |
I'm not sure if it helps, but it works for me
|
I added JSON support to the backend at the end, but now my main problem is that this |
hi, I need to POST url encoded username/password to login for for some reason auth is intercepting the login and failing
the config looks like:
but in
$auth
login and refresh are replaced with/_auth/local/local/authorize
which dies withInvalid JSON body
if I url encode the body.any suggestion about what I'm missing?
The text was updated successfully, but these errors were encountered: