https://supertokens.com/
Join Discord
is there a way to "Skip authentication" ?
a

akrem.yes

over 2 years ago
is there a way to "Skip authentication" ?
a
r
  • 2
  • 10
  • 28
How can I design the account system with multiple levels? Accounts > Teams > Users ? Where do I hold...
h

hfakar

over 2 years ago
How can I design the account system with multiple levels? Accounts > Teams > Users ? Where do I hold these Account and Teams information? Do I need to create new tables in Supertokens DB ?
h
r
  • 2
  • 13
  • 28
How can I get the user email from its session on a backend? E.g. the email that the user used for ei...
r

rip21

over 2 years ago
How can I get the user email from its session on a backend? E.g. the email that the user used for either passwordless, login/password or social login.
r
r
d
  • 3
  • 6
  • 28
hello, wondering if supertokens supports the oauth flow? I have an app we'd like to migrate but we ...
r

RicardoViteri

over 2 years ago
hello, wondering if supertokens supports the oauth flow? I have an app we'd like to migrate but we have everything setup for oauth. Including token validation via Jwks.
r
r
  • 2
  • 3
  • 28
I'm running a Supertokens managed instance in production (on my Flask Python backend, which is hoste...
a

Alec Xiang

over 2 years ago
I'm running a Supertokens managed instance in production (on my Flask Python backend, which is hosted on Google Cloudrun). Since it's inconvenient to access the dashboard URL through cloudrun, I found I can run my backend locally (with production flags set) and then access the production dashboard at http://localhost:8000/auth/dashboard Is this recommended / might this interfere with the instance running on prod? (e.g. if limited connections to the Supertokens instance is permitted at once)
a
r
  • 2
  • 1
  • 28
<@498057949541826571> hello, I was using the supertoken 3.14 version it was working fine then switch...
p

porcx

over 2 years ago
@rp_st hello, I was using the supertoken 3.14 version it was working fine then switched to latest version it broke down and i am getting this error recently org.postgresql.util.PSQLException: ERROR: column "use_static_key" of relation "session_info" does not exist
p
r
  • 2
  • 2
  • 28
SuperTokens is officialy not compatible with Deno, right? Now that Deno added support for npm packag...
l

Lionel

over 2 years ago
SuperTokens is officialy not compatible with Deno, right? Now that Deno added support for npm packages, im wondering: Did anyone get Supertokens to work with deno?
l
r
n
  • 3
  • 42
  • 28
what version of supertokens is compatible with asgiref==3.5?
f

fayzul_

about 3 years ago
what version of supertokens is compatible with asgiref==3.5?
f
r
k
  • 3
  • 7
  • 28
I just setup Supertokens and got it linked with my db and I got the init command added to my api. Do...
s

silentassassin22

over 3 years ago
I just setup Supertokens and got it linked with my db and I got the init command added to my api. Do I have to create all the routes for my API or is there something i'm missing?
s
r
  • 2
  • 125
  • 28
Hi team I'm running into a new CORS error we haven't had in the past. The CORS configuration is now ...
l

lmac3959

over 3 years ago
Hi team I'm running into a new CORS error we haven't had in the past. The CORS configuration is now blocking requests between our api (express) and client (react) with the error message: "Access to fetch at 'https://vms-api.macleanengineering.com/auth/signin' from origin 'https://vms.macleanengineering.com/' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled." We've set out cors configuration according to the user/password user guide so I'm starting here. Here's our current cours config: app.use(cors( { origin: ['https://vms.macleanengineering.com/'], allowedHeaders: ["content-type", ...supertokens.getAllCORSHeaders()], credentials: true, } ));
l
r
  • 2
  • 56
  • 28
Previous444546Next

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