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
When we try to implement this example with HashLocationStrategy in angular. {provide: LocationStrategy,useClass: HashLocationStrategy}. It is not redirecting to login page even after successful login. Is there any other example which will work with HashLocationStrategy
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. The OAuth 2.0 spec does not support hashes, so instead of updating this sample, I'll create a work task to add a future post about handling HashLocationStrategy.
In the meantime, here are instructions on how to go about supporting hashes per the documentation from Okta's AuthJS lib.
I'll mark this issue as closed once the post is added.
When we try to implement this example with HashLocationStrategy in angular. {provide: LocationStrategy,useClass: HashLocationStrategy}. It is not redirecting to login page even after successful login. Is there any other example which will work with HashLocationStrategy
The text was updated successfully, but these errors were encountered: