With Angular project using:
@auth0/auth0-angular
User successfully logs in with loginWithRedirect(). Gets redirected back to page.
localStorage now has information on the current user, however the user‘s JWT token doesn‘t seem to be there. There is a token variable in currentUser, but it‘s not a JWT token.
In the Network tab in dev tools I can verify that a request is sent to oauth/token/ and the JWT token is returned. However I have not found auth0-angular documentation about how to access it, as it doesn‘t seem to be put into local storage.