JWT autologin is possible?

Hi everybody! I have a question for the community… Is there a way to send the JWT to a spa and ejecute a kind of autologin, and login the user into de page via auth0 library?

My bassic example is login into a spa and get de jwt. Then open an incognit mode browser and login by using this jwt.

Regards
Leandro

Hi there @ldibello welcome to the community!

It sounds like you might be interested in silent auth - Some more context can be found in the following post:

Unfortunately, incognito is designed to be an isolated browser session and thus this won’t work between a standard browser window and incognito.

Hope this helps!

Ok, but the problem resides on passing Access Token from app native to external browser, thats why I put the incognito browser example, because its something similar.

So I thinks its not gonna be possible by oauth2 standards.

Regards and thanks for our replies.

1 Like

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