Angular
Easy Authentication with AUTH0

Parsing the Hash

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