https://supertokens.com/
Join Discord
Hi. I have implemented custom UI but standard flow password reset solution. Everything seems to be w...
a

agneado3085

about 3 years ago
Hi. I have implemented custom UI but standard flow password reset solution. Everything seems to be working except for the last part, where I call function submitNewPassword({ formFields: [ { id: 'password', value: newPassword } ] }). it gives me this error "Error: No instance of EmailPassword found. Make sure to call the EmailPassword.init method." Can enyone help me with this issue?
a
n
  • 2
  • 48
  • 17
Hey, I have a sveltekit frontend and nestjs backend and I have figured out how to use supertokens o...
a

Akash Raju M

about 3 years ago
Hey, I have a sveltekit frontend and nestjs backend and I have figured out how to use supertokens on nesjs and sveltekit client side, but I don't know how to authorise on the server side and also how can I make API calls to my nestjs backend from server side in sveltekit, for ex in load function?
a
r
  • 2
  • 14
  • 17
Signed up for SaaS dev env. Not receiving the OTPs on phones and emails with the Passwordless login...
g

gopi3429

over 3 years ago
Signed up for SaaS dev env. Not receiving the OTPs on phones and emails with the Passwordless logins.
g
r
  • 2
  • 2
  • 17
Hello everyone could you please guide me how I can find all available configuration for Session.init...
r

rezaamya

over 3 years ago
Hello everyone could you please guide me how I can find all available configuration for Session.init() when I am initializing Session like the following:
supertokens.init({
        framework: "express",
        supertokens: {
            //...
        },
        appInfo: {
            //...
        },
        recipeList: [
            Session.init() // initializes session features
        ]
    });
r
r
  • 2
  • 10
  • 17
Is it possible to have the users in your own database? If no, do you recommend to have a relation to...
s

SammyK

over 3 years ago
Is it possible to have the users in your own database? If no, do you recommend to have a relation to the supertokens user, from your own database?
s
r
  • 2
  • 1
  • 17
is there a way to embed a redirectToPath url argument during the email verification process?
a

arjun6436

over 3 years ago
is there a way to embed a redirectToPath url argument during the email verification process?
a
r
  • 2
  • 27
  • 17
hi! why sometimes SuperTokens prints `Failed to fetch`?
y

yzs

over 3 years ago
hi! why sometimes SuperTokens prints
Failed to fetch
?
y
r
  • 2
  • 14
  • 17
Hi, We're authenticating our react app with supertokens react components successfully from SUBDOMAI...
t

teebot

over 3 years ago
Hi, We're authenticating our react app with supertokens react components successfully from SUBDOMAIN.DOMAIN.COM where our frontend lives and where the cookie is also set. Our main API and supertokens fastify middleware live on DOMAIN.COM/API and correctly set cookie and validate the requests The problem we have is that we have another authentication flow where customers will get a new supertokens cookie from DOMAIN.COM, they are supposed to be authenticated but the react auth component does not recognize it. Would you have a cue on how we could solve that?
t
r
  • 2
  • 29
  • 17
I'm thinking it could have something to do with express 4. To set headers in express 4: res.set(key,...
h

hoffeman

over 3 years ago
I'm thinking it could have something to do with express 4. To set headers in express 4: res.set(key,value). But looking at this it seems it tries setting the header with methods res.header and res.setHeader. https://github.com/supertokens/supertokens-node/blob/master/lib/ts/framework/utils.ts
h
r
+2
  • 4
  • 94
  • 17
hi all, after a successful social registration/login, I want to retrieve the user's details like nam...
a

alisha08770

over 3 years ago
hi all, after a successful social registration/login, I want to retrieve the user's details like name, email etc, how can I achieve that? is there any reference for the same, thanks
a
r
  • 2
  • 5
  • 17
Previous727374Next

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