-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
refresh token #432
Comments
See #351 |
To clarify, a request to the generic tokens endpoint like (following the example):
should return a new access token for apps created the public client type. For private client apps, the client id/secret will likely need to be provided in the basic auth header. |
this command shows invalid client error...anything else |
I had generated new token and tried, it works.This may be using old token
instead of generating new one
…On Sun, Apr 8, 2018 at 11:36 AM, Pharrell ***@***.***> wrote:
@joelranjithjebanesan7 <https://github.com/joelranjithjebanesan7> yes,
same here. {"error": "invalid_grant"}%
Any clues to solve this problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ab5KRMHgcG0yRq2ZjKh8ZIlzLUoM3gEMks5tmajngaJpZM4K-5g7>
.
|
@phillbaker @pawanvirsingh I am getting |
@sachin87 check to verify that you set your details correctly. For instance in my case my |
You may have already solved this @sachin87 , but I came across this issue recently. { "error": "invalid_grant" } message is returned if the This message is raised in And is caused when django-oauth-toolkit/oauth2_provider/oauth2_validators.py Lines 697 to 707 in 9d2aac2
It's a bit of a confusing error message for that outcome. |
what is the inbuilt url for genrating acces_token from refresh token in this package.
how can i generate a fresh access token from my old refresh token is there any url available or i have to make it custom.
The text was updated successfully, but these errors were encountered: