Skip to content
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

Username and password access #18

Open
weierophinney opened this issue Dec 31, 2019 · 3 comments
Open

Username and password access #18

weierophinney opened this issue Dec 31, 2019 · 3 comments

Comments

@weierophinney
Copy link
Contributor

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

@weierophinney
Copy link
Contributor Author

Definitely sounds like you missed something. Is this using a custom DB Table?


Originally posted by @EMCP at zfcampus/zf-oauth2#65 (comment)

@weierophinney
Copy link
Contributor Author

@huggy06 is it fixed?


Originally posted by @jguittard at zfcampus/zf-oauth2#65 (comment)

@weierophinney
Copy link
Contributor Author

@huggy06 Have you fixed this issue? please provide some hint


Originally posted by @VijaySankhat at zfcampus/zf-oauth2#65 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant