How to bypass login by access token?

Hi, I’m trying to call API and get access token successfully from Auth0. How can I set that token to my current Chrome web page, so that, I don’t need to login again, and I can do anything with my website.


Regards,

Hello @truongkimminh welcome to the community!

Most of our SDKs provide this functionality - At a high level, once a user successfully receives an access token back from Auth0 (authorization server) this token is typically stored in memory (see token best practices) and then passed as an Authorization header in requests to the API. Sessions are another thing to consider.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.