How pass the credentials(token) from my app movile to web site

Hi , i have a movile app , but i need pass the credentials (token ) to web sit and mantein the session, ¿ what can i do?, i think send the toke from URL, good day

Hi @vmvillanueva

Don’t do this. It is insecure. There are secure ways to do it, but they are very difficult to Implement.

Instead, you should use a redirect flow on your mobile app and then rely on Auth0’s session to log the web app in with SSO.

John