https://supertokens.com/
Join Discord
Hello! I'm wondering what the timeline is for the 2FA improvements that are listed on the product ro...
e

eliasbemlo

almost 2 years ago
Hello! I'm wondering what the timeline is for the 2FA improvements that are listed on the product roadmap? I just started looking at 2FA and the docs have this big Caution banner: https://supertokens.com/docs/mfa/backend/second-factor
e
r
a
  • 3
  • 9
  • 39
Hi, Is there an efficient way to migrate data between one supertons instance to another (assuming th...
i

idanto

about 2 years ago
Hi, Is there an efficient way to migrate data between one supertons instance to another (assuming they are in different versions)?
i
r
  • 2
  • 48
  • 39
Is there a way to configure email verification recipe to skip the "continue" button when verifing em...
o

ovidije

over 2 years ago
Is there a way to configure email verification recipe to skip the "continue" button when verifing email and instead go directly to next step?
o
r
  • 2
  • 1
  • 39
I have a FastAPI backend and a NextJS frontend. I want to use getServerSideProps to send the logged ...
c

chunkygoo.

about 3 years ago
I have a FastAPI backend and a NextJS frontend. I want to use getServerSideProps to send the logged in user's data to my frontend. When I try to get the logged in user's data in getServerSideProps, I get { message: 'unauthorised' }. I think this is because the cookies in the browser are not sent to my FastAPI backend. Is this even possible?
c
r
  • 2
  • 77
  • 39
Hi, any guide on how to use Passwordless and Session management in a plain html, js website with fla...
h

hermit908

about 3 years ago
Hi, any guide on how to use Passwordless and Session management in a plain html, js website with flask backend. Is it even possible right now?
h
r
  • 2
  • 8
  • 39
For passwordless recipe implementation using web-js-sdk It's not clear from the docs which fn shoul...
s

sharma8471

over 3 years ago
For passwordless recipe implementation using web-js-sdk It's not clear from the docs which fn should I use. There are multiple fn is SDK reference. So I'm just guessing from the fn names that probably these are all the steps/code I need to have for authentication 1. Create passwordless code -
superTokensPasswordless.createCode({ email: "john@example.org" })
2. Now either they will type in the code in a form I provide or they will visit the email link. If they visit the link, I will get their code like this
const userInputCode = superTokensPasswordless.getLinkCodeFromURL()
3. Then I will verify the code -
superTokensPasswordless.consumeCode({ userInputCode: "8465AWETA" }).then((res) => { if(res.createdUser){ console.log(JSON.stringify(res.user))} })
Session should be automatically set now Am I missing anything?
s
r
n
  • 3
  • 28
  • 39
HI everyone, I am new to supertoken and docker, I am trying to follow this instruction to host the c...
a

andrewlee1123

over 3 years ago
HI everyone, I am new to supertoken and docker, I am trying to follow this instruction to host the core with docker - https://supertokens.com/docs/emailpassword/quick-setup/database-setup/mysql I have a mysql server running at port 3306 and my ip address is 192.168.1.207, I run the docker command with my env variables, and I got an error saying that "Socket fail to connect to host:192.168.1.207, port:3306. Connection refused". What is wrong here? Thank for your help~
a
r
  • 2
  • 23
  • 39
if I use the SignInAndUp component from 'supertokens-auth-react/recipe/thirdpartypasswordless/prebui...
i

idanto

over 1 year ago
if I use the SignInAndUp component from 'supertokens-auth-react/recipe/thirdpartypasswordless/prebuiltui' and I would like to catch API error, is it possible?
i
r
  • 2
  • 36
  • 38
Server sided NextJS components are getting 'unauthorised' responses from the second api
c

crimsidian

almost 2 years ago
Hi, I would appreciate some help with getting session authorization to work with a second api. I have NextJS 14 setup with app router and a backend api with Express. Server sided components are getting 'unauthorised' responses from the Express api.
c
t
  • 2
  • 4
  • 38
Hey guys, I saw you did an update on the app dir support for NextJS 13. Whats the best way to stay u...
r

robschilder

about 2 years ago
Hey guys, I saw you did an update on the app dir support for NextJS 13. Whats the best way to stay updated for this? I will be gladly testing it out soon!
r
r
r
  • 3
  • 5
  • 38
Previous232425Next

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