Luxaaa
05/24/2023, 12:24 AMjavascript
await Session.signOut();
alert(await Session.doesSessionExist())
I am using the supertokens web sdk. Is there anything i did wrong?nkshah2
05/24/2023, 4:21 AMLuxaaa
05/24/2023, 4:26 AMhttps://cdn.discordapp.com/attachments/1110725075398819880/1110785958003085362/Bildschirmfoto_2023-05-24_06-26-00.png▾
javascript
export default function initSupertokens() {
SuperTokens.init({
appInfo: {
apiDomain: "https://....",
apiBasePath: "/auth",
appName: "CM",
},
recipeList: [
Session.init(),
ThirdPartyEmailPassword.init(),
]
});
}
nkshah2
05/24/2023, 4:30 AMLuxaaa
05/24/2023, 4:33 AMhttps://cdn.discordapp.com/attachments/1110725075398819880/1110787689000751114/Bildschirmfoto_2023-05-24_06-33-12.png▾
nkshah2
05/24/2023, 4:35 AMLuxaaa
05/24/2023, 4:42 AMnkshah2
05/24/2023, 4:42 AMLuxaaa
05/24/2023, 4:43 AM