https://supertokens.com/
Join Discord
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
  • 35
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need t...
a

arwenxs

over 2 years ago
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need to implement a custom provider. I'm just not sure from the example code given how that works? How do we get the client id and client secret?
a
r
  • 2
  • 17
  • 35
<@498057949541826571> did you train the chatbot on the discord data?
r

robschilder

over 2 years ago
@rp_st did you train the chatbot on the discord data?
r
r
  • 2
  • 5
  • 35
Hi, I followed the nestjs setup guide and when I went to auth/dashboard it showed a server error. Ne...
j

JuanJo

almost 3 years ago
Hi, I followed the nestjs setup guide and when I went to auth/dashboard it showed a server error. Nest app shows this error: SuperTokens core threw an error for a GET request to path: '/apiversion' with status code: 401 and message: Invalid API key. The connection uri and api key in nest are the ones provided in the managed service, I don't know what could be wrong.
j
r
  • 2
  • 14
  • 35
Hello, I've implemented emailpassword recipe with fastify node.js backend and vue 3 frontend. I did ...
t

techuser9244

about 3 years ago
Hello, I've implemented emailpassword recipe with fastify node.js backend and vue 3 frontend. I did the rest api endpoints authentication using verifySession as per the documentation. But whenever the access token expires it doesnt get refreshed through refresh token and im getting an error message: "try refresh token". I dont understand where im going wrong.
t
r
  • 2
  • 9
  • 35
Hi, I'm thinking about switching my server environment to functions / edge functions. There's seemi...
d

doron6387

about 3 years ago
Hi, I'm thinking about switching my server environment to functions / edge functions. There's seemingly support for functions but your docs state:
Please refer the Serverless Deployment section (Towards the bottom of the navigation index)
Which I can't find, does it exist or am I blind? 😅 Regarding edge functions environment, I'd like to use Cloudflare Workers, do you offer native support for the runtime?
d
r
m
  • 3
  • 8
  • 35
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
  • 35
For passwordless recipe implementation using web-js-sdk It's not clear from the docs which fn shoul...
s

sharma8471

about 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
  • 35
Hey guys, what is the reason that Apple has a redirect to `/api/auth/callback/apple` and the others ...
r

robschilder

about 3 years ago
Hey guys, what is the reason that Apple has a redirect to
/api/auth/callback/apple
and the others to
/auth/callback/google
for example? (notice the
/api
)
r
r
k
  • 3
  • 104
  • 35
Hey, i got a little problem after enabling email verification at EmailPassword recipe. ```javascript...
t

TELYA

over 3 years ago
Hey, i got a little problem after enabling email verification at EmailPassword recipe.
javascript
EmailPassword.init({
  emailVerificationFeature: {
    mode: "REQUIRED"
   }
})
I noticed this every time when i signup successfully i received two email verification email instead of one. I started to digging why this is happened and i added the createAndSendCustomEmail option to my backend setup
typescript
EmailPasswordNode.init({
  emailVerificationFeature: {
    createAndSendCustomEmail: async (user, emailVerificationURLWithToken) => {
      console.log(user, emailVerificationURLWithToken);
    }
  }
})
The callback fired 2 times after every successful signup. I assume the root of the problem is with my frontend setup because it is the only one who is calling my backend. Do you have guys any idea what i did wrong ? 😅
t
n
  • 2
  • 19
  • 35
Previous252627Next

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