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 signInStoredUrlStorageKey is set and stale authData exists in local storage, the URL to redirect to does not get set in local storage.
Expected behavior
I would expect that the URL to redirect to gets set in local storage, within reason. For example if the authData is set and the expiry is clearly expired, the URL should be stored.
What is the motivation / use case for changing the behavior?
If a user does not sign out, but rather lets their session expire or simply closes their browser, the redirection does not work.
I'm submitting a...
Current behavior
When
signInStoredUrlStorageKey
is set and staleauthData
exists in local storage, the URL to redirect to does not get set in local storage.Expected behavior
I would expect that the URL to redirect to gets set in local storage, within reason. For example if the authData is set and the
expiry
is clearly expired, the URL should be stored.What is the motivation / use case for changing the behavior?
If a user does not sign out, but rather lets their session expire or simply closes their browser, the redirection does not work.
Environment
Angular-Token version: 7.0.1
Angular version: 7.1.2
Bundler
Browser:
The text was updated successfully, but these errors were encountered: