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 if the existing token in the db is expired #27

Open
yatharthranjan opened this issue Sep 11, 2022 · 0 comments
Open

Refresh token if the existing token in the db is expired #27

yatharthranjan opened this issue Sep 11, 2022 · 0 comments

Comments

@yatharthranjan
Copy link
Member

We need to add handling of 2 extra cases for Management portal Authorizer-

  1. When the stored Access token in db is expired, use the refresh token to get a new access token. I think this is already present but double check.
  2. If the refresh token is also expired, read the meta-token from the config to get a new one. If the meta-token is also not valid, show an error to the user to add a new meta-token from management portal and exit the application.
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

1 participant