mr.bodich
Marques
Access-Control-Allow-Origin
sullof
DanielAtStruggly
Deleted User
User
djarran
productdevbook
ts <script setup lang="ts"> import * as Session from 'supertokens-web-js/recipe/session' onMounted(async () => { if (await Session.doesSessionExist()) { // since a session already exists, we redirect the user to the HomeView.vue component window.location.assign('/home') } }) </script> <template> <IonPage> <IonRouterOutlet id="main" /> </IonPage> </template>
surekris.
Ollie.
frantz9018
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).