https://supertokens.com/
Join Discord
Hello. Can I use SuperTokens with any backend, let's say on Java Spring or Swift Vapor? Or it's stri...
m

mr.bodich

over 2 years ago
Hello. Can I use SuperTokens with any backend, let's say on Java Spring or Swift Vapor? Or it's strictly tied with specific libraries that must exist for the particular backend framework?
m
r
r
  • 3
  • 4
  • 9
I'm having a CORS issue - I've had this problem before... but dunno how to fix it `Access-Control-Al...
m

Marques

over 2 years ago
I'm having a CORS issue - I've had this problem before... but dunno how to fix it
Access-Control-Allow-Origin
m
r
  • 2
  • 4
  • 9
I am trying to figure out where to set a credit card in the dashboard but I can't find any way to do...
s

sullof

over 2 years ago
I am trying to figure out where to set a credit card in the dashboard but I can't find any way to do so. How do you guys did it?
s
r
  • 2
  • 5
  • 9
Hi, I get a 500 SuperTokens core Error => (SuperTokens core threw an error for a GET request to path...
d

DanielAtStruggly

over 2 years ago
Hi, I get a 500 SuperTokens core Error => (SuperTokens core threw an error for a GET request to path: '/users' with status code: 500 and message: Internal Error) for my dashboard. Core Version 4.2 (DEV), supertokens-node 12.1.6. Is this a known issue?
d
k
  • 2
  • 7
  • 9
can supertokens be combined with my `User` model?
d

Deleted User

over 2 years ago
can supertokens be combined with my
User
model?
d
r
w
  • 3
  • 9
  • 9
Trying to use SuperTokens in an Electron app. Have taken a look at the example on Github and have im...
d

djarran

over 2 years ago
Trying to use SuperTokens in an Electron app. Have taken a look at the example on Github and have implemented them into my own project. Trying to log in using Google and it is not directing my as it normally would on the browser.
screen-recording-2023-01-23-at-6-48-08-pm
d
r
  • 2
  • 27
  • 9
this only check.vue, do i have to check this in the system every time the page changes. ```ts <sc...
p

productdevbook

over 2 years ago
this only check.vue, do i have to check this in the system every time the page changes.
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>
p
r
  • 2
  • 28
  • 9
Hey, been trying out SuperTokens and got stuck on a CORS issue. In the CORS setting if the origin is...
s

surekris.

over 2 years ago
Hey, been trying out SuperTokens and got stuck on a CORS issue. In the CORS setting if the origin is https://mydomain.com, I get a cors error when i try to access it from https://dev-myapp1.mydomain.com
s
r
  • 2
  • 2
  • 9
Is there anyway to check if a user is logged in using NextJS's Middleware?
o

Ollie.

over 2 years ago
Is there anyway to check if a user is logged in using NextJS's Middleware?
o
n
  • 2
  • 22
  • 9
How do you integrate sign in with google for web with super tokens?
f

frantz9018

almost 3 years ago
How do you integrate sign in with google for web with super tokens?
f
r
  • 2
  • 34
  • 9
Previous878889Next

SuperTokens.com

SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).

Powered by