We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I think there is a problem with Username and password access.
I make tthis to get a token:
POST /oauth HTTP/1.1 Accept: application/json Authorization: Basic dGVzdGNsaWVudDp0ZXN0cGFzcw== Content-Type: application/json { "grant_type": "password", "username": "testuser", "password": "testpass" }
It work both and return token with or without password ! Maybe I miss something ?
Best regards
Jérôme
Originally posted by @huggy06 at zfcampus/zf-oauth2#65
The text was updated successfully, but these errors were encountered:
Definitely sounds like you missed something. Is this using a custom DB Table?
Originally posted by @EMCP at zfcampus/zf-oauth2#65 (comment)
Sorry, something went wrong.
@huggy06 is it fixed?
Originally posted by @jguittard at zfcampus/zf-oauth2#65 (comment)
@huggy06 Have you fixed this issue? please provide some hint
Originally posted by @VijaySankhat at zfcampus/zf-oauth2#65 (comment)
No branches or pull requests
Hello
I think there is a problem with Username and password access.
I make tthis to get a token:
POST /oauth HTTP/1.1
Accept: application/json
Authorization: Basic dGVzdGNsaWVudDp0ZXN0cGFzcw==
Content-Type: application/json
{
"grant_type": "password",
"username": "testuser",
"password": "testpass"
}
It work both and return token with or without password !
Maybe I miss something ?
Best regards
Jérôme
Originally posted by @huggy06 at zfcampus/zf-oauth2#65
The text was updated successfully, but these errors were encountered: