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
Regression (a behavior that used to work and stopped working in a new release)
Bug report
Performance issue
Feature request
Documentation issue or request
Other... Please describe:
Current behavior
When using OAuth in the same window the authData is not being saved in local storage, just in memory which leads the user to be signed out when the page is reloaded, this issue doesn't happen when using OAuth in new window mode
Expected behavior
The authData should be persisted in local storage, doesn't matter the way he signs in
What is the motivation / use case for changing the behavior?
The users can be tempted to reload the page for any reason, and their session should be persisted so they are nor signed out if their session is still valid
I'm submitting a...
Current behavior
When using OAuth in the same window the
authData
is not being saved in local storage, just in memory which leads the user to be signed out when the page is reloaded, this issue doesn't happen when using OAuth in new window modeExpected behavior
The
authData
should be persisted in local storage, doesn't matter the way he signs inWhat is the motivation / use case for changing the behavior?
The users can be tempted to reload the page for any reason, and their session should be persisted so they are nor signed out if their session is still valid
Environment
Angular-Token version: 7.0.1
Angular version: 9.1.9
Bundler
Browser:
Others:
The text was updated successfully, but these errors were encountered: