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

Implement token refresh strategy #1

Closed
EvilLord666 opened this issue Sep 8, 2022 · 1 comment
Closed

Implement token refresh strategy #1

EvilLord666 opened this issue Sep 8, 2022 · 1 comment
Assignees
Labels
Backend enhancement New feature or request

Comments

@EvilLord666
Copy link
Member

EvilLord666 commented Sep 8, 2022

It should work like works token refresh in KeyCloak

in KeyCloak we are sending HTTP-request to token endpoint auth/realms/master/protocol/openid-connect/token
but instead of passing username && password we are passing refresh_token through the body of a request (x-www-form-urlencoded) simulteneously with refresh_token value for key grant_type

@EvilLord666 EvilLord666 self-assigned this Sep 8, 2022
@EvilLord666 EvilLord666 added the enhancement New feature or request label Sep 8, 2022
@EvilLord666
Copy link
Member Author

Refresh works now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant