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

invalid refresh token should return 400 #235

Closed
sdelamo opened this issue May 14, 2020 · 0 comments
Closed

invalid refresh token should return 400 #235

sdelamo opened this issue May 14, 2020 · 0 comments
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@sdelamo
Copy link
Contributor

sdelamo commented May 14, 2020

Trying to get a new access token with an invalid refresh token should return 400 {error: invalid_grant}

Currently, it returns 500.

Issuing Access Token - Error Response

invalid_grant

The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."),

@sdelamo sdelamo added the type: bug Something isn't working label May 14, 2020
@sdelamo sdelamo added this to the 2.0.0 milestone May 14, 2020
@sdelamo sdelamo self-assigned this May 14, 2020
sdelamo added a commit that referenced this issue May 14, 2020
400 with payload {error: invalid_grant, ....}

Close: #235
@sdelamo sdelamo closed this as completed May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant