I'm having hard time trying to get signOut to work, on Expo it's just straight up doing nothing from what I can tell because if I fetch user endpoint that should return 401 to logged out users it return me a message for logged in user. On next.js I'm getting
Copy code
Error: No instance of Session found. Make sure to call the Session.init method.
I've tried changing it to SessionReact.signOut() but it also won't work
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).