Laravel login to my app

I have a web app in laravel admin, I want to change the authentication to auth0.
I followed this guide Auth0 Laravel SDK Quickstarts: Login and the login it is working well to the auth0 session but it doesn`t loggin to my app.

I do not know what I have to do to login to my app, what about token, etc.

Is there any guide to change to auth0 from an existence app?

thanks

Hey there @Maxi, in your Laravel app is it setup to leverage Auth0 directly? Are you not seeing the session transfer over if you inspect the network requests? The next step to investigation would be to snag a HAR file so we can follow along with the request. Please be sure to select “Preserve log” to catch redirects and scrub the file of user passwords before passing, thanks!