The Complete Guide to React Authentication with Auth0

I’m working through the react mega tutorial and I can now successfully login using username and password.

For curiosity’s sake, I am interested in viewing the JWT that the client receives after authentication.

Where is this JWT stored? As a developer, how do I access it?

SDK: @auth0/auth0-react 1.0.0

Thank you!

1 Like