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
We've used angular-oauth2-oidc for OAuth 2 in Angular. The package uses session storage as default. Session storage isn't suitable for "remember me" functionality. We will use the local storage rather than session storage.
The text was updated successfully, but these errors were encountered:
We've used angular-oauth2-oidc for OAuth 2 in Angular. The package uses session storage as default. Session storage isn't suitable for "remember me" functionality. We will use the local storage rather than session storage.
The text was updated successfully, but these errors were encountered: