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

OIDC: Store the refresh token #25708

Closed
Tracked by #25444 ...
kerryarchibald opened this issue Jul 4, 2023 · 1 comment
Closed
Tracked by #25444 ...

OIDC: Store the refresh token #25708

kerryarchibald opened this issue Jul 4, 2023 · 1 comment

Comments

@kerryarchibald
Copy link
Contributor

kerryarchibald commented Jul 4, 2023

Store the refresh token obtained during login somewhere good, probably close to the accessToken.

AC:

  • the refresh token is stored like access token
    • try to encrypt with pickle key
    • try to save in idb
    • finally, save in localstorage
  • the refresh token is cleared whenever the access token is cleared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant