After Auth0 create the JWT how is it pass to the application that was called from?
And within the application how and when and what I need to do to access the jwt. I think it’s about “access-token” but how can I store this in my browser’s localStorage in the backend (python code) Thank you
Hi @jrhee,
Welcome to the Auth0 Community!
I would suggest taking a look at one of our quickstarts. Choose the corresponding framework and they will go through how to set up your application.
Hope this helps!