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
If the session is terminated then the user is no longer valid. There is nothing built in to reconnect with a new session.