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
Describe the bug
Currently, the lib uses location.hash to remote the received token from the url. However, this is triggering the Angular router and can lead to race conditions with other routing requests.
To Reproduce
Steps to reproduce the behavior:
Use official example
Use router.navigate on token_received event
You get an race condition with the router
Expected behavior
router.navigate should work
Further notes
We should add an example that shows how to reroute the user to the originally requested url after login.
The text was updated successfully, but these errors were encountered:
Angular team planing to drop IE support (including IE 11) in next year. So, if IE 9 support will be dropped with this feature, i think it will be good.
Describe the bug
Currently, the lib uses
location.hash
to remote the received token from the url. However, this is triggering the Angular router and can lead to race conditions with other routing requests.To Reproduce
Steps to reproduce the behavior:
Expected behavior
router.navigate should work
Further notes
We should add an example that shows how to reroute the user to the originally requested url after login.
The text was updated successfully, but these errors were encountered: