Angular
Easy Authentication with AUTH0

Parsing the Hash

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

When a user logs in with Auth0 they get redirected to your application with their authentication information in the hash fragment of the URL. You will need to parse this information so it can be used in your app. The most important pieces that you'll need for our purposes include the access token, ID token, and time until the access token expires.

 

I finished! On to the next chapter