You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the task for implementing the refresh feature for PWA/Web. I sum up the relevant information from @dennisameling below.
Implicit flow (for now, see this article by Auth0 for details as to why it's still not considered safe to store a refresh token from the implicit flow in the browser). See #59
If we were to use the implicit flow for refreshing tokens, it would involve creating an iFrame to refresh the token without user interaction. The angular-oauth2-oidc library also uses iFrames for refreshing tokens, so we could take inspiration from that. See #60
The text was updated successfully, but these errors were encountered:
This is the task for implementing the refresh feature for PWA/Web. I sum up the relevant information from @dennisameling below.
The text was updated successfully, but these errors were encountered: