How to retrieve Client ID JWT, super basic question? 🙋‍♂️

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!

2 posts were merged into an existing topic: The Complete Guide to React Authentication with Auth0