You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
I tried to follow auth0's tutorial for refreshing my access token, but I get the following error in Postman:
{
"error": "invalid_grant",
"message": "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.",
"hint": "Check the configuration to see if the grant is enabled."
}
This is a screenshot of my Postman setup:
Is there some configuration I have to do on the backend to support refresh tokens?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to follow auth0's tutorial for refreshing my access token, but I get the following error in Postman:
This is a screenshot of my Postman setup:
Is there some configuration I have to do on the backend to support refresh tokens?
The text was updated successfully, but these errors were encountered: