Retrive annonmous user after session clear and make session again

Hello I'm using nextjs with api routes with supabase, I want users annonmously sign-in with supabase annonmous sign-in and I am also generating device_id if user clear session and come back to app again instead of creating new user I again establish session
1 Reply
garyaustin
garyaustin5d ago
If the session is terminated then the user is no longer valid. There is nothing built in to reconnect with a new session.

Did you find this page helpful?