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

Refresh token flow #5

Closed
giribhagwan opened this issue Dec 30, 2019 · 2 comments
Closed

Refresh token flow #5

giribhagwan opened this issue Dec 30, 2019 · 2 comments

Comments

@giribhagwan
Copy link

Hi Marcos,
It too pretty good example you have put. it really helpful to developers.
i just want to know from you, about refresh token.
how we can refresh access token using refresh token ?

i will be fantastic if you provide me the any way-out.

@alexksg
Copy link

alexksg commented Dec 30, 2019

@giribhagwan
You can refresh token using following API:
localhost:9000/oauth/token

Params:
Content-Type: application/x-www-form-urlencoded

key: refresh_token - value: your refresh token
key: grant_type - value: refresh_token

@giribhagwan
Copy link
Author

Thank you is working...

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

2 participants