https://supertokens.com/
Join Discord
Hello guys, I'm using thirdpartyemailpassword recipe, trying to implement forgot password flow, when...
e

error404404404

over 2 years ago
Hello guys, I'm using thirdpartyemailpassword recipe, trying to implement forgot password flow, when function newPasswordEntered is called, it returns error "No instance of EmailPassword found. Make sure to call the EmailPassword.init method." Should I additionally initialize other recipe here? And another question, about email verification, with your provided UI if verification code is expired, user has link to get the new one, how can I access this link to provide it with my custom UI?
e
r
  • 2
  • 8
  • 11
Hey folks, I am currently evaluating if supertokens would be a good fit. Since I am in a intranet wi...
k

Kuirak

over 2 years ago
Hey folks, I am currently evaluating if supertokens would be a good fit. Since I am in a intranet without a working mail server I want to setup it with username/password only. Is it possible to use the dashboard with username only too? and can I enable user creation in the dashboard? I know it could be done via
curl
but is there a UI way that I can enable. Can the dashboard Ui be customized with react components as well?
k
r
  • 2
  • 5
  • 11
Hi Dear SuperTokens Community members, I'm trying to add Google One Tap provider in third-party auth...
m

manikantasannidhi

over 2 years ago
Hi Dear SuperTokens Community members, I'm trying to add Google One Tap provider in third-party authentication providers but not as a button in the /auth page, but after the user chooses an email from One Tap pop-up and after that we get response in which we will be having 'credential' field if it is decoded we get the user email using which we have to continue the remaining flow of creating a session for user and managing the user data automatically using the existing supertokens APIs/have to write a new API using Core Driver Interface(CDI) APIs. Can anyone please help me in this. Thanks In Advance 🙂
m
r
s
  • 3
  • 88
  • 11
This is a very basic question, but if I want to get userinfo from a social provider (e.g. first_name...
p

petrgazarov

over 2 years ago
This is a very basic question, but if I want to get userinfo from a social provider (e.g. first_name, last_name, profile pic, etc), do I need to implement the API call myself, using the provided access token? In Auth0, this info is immediately accessible.
p
r
  • 2
  • 3
  • 11
Hey , i am currently implementing the email password recipe, and it works perfectly locally, but as...
d

devdev4117

over 2 years ago
Hey , i am currently implementing the email password recipe, and it works perfectly locally, but as soon as i deploy it , i get 401 status on the /auth/session/refresh route
d
r
  • 2
  • 33
  • 11
I got this error while calling send otp api { "status": "FAILED", "message": "Invalid type for ...
d

Deleted User

over 2 years ago
I got this error while calling send otp api { "status": "FAILED", "message": "Invalid type for url. Expected str or httpx.URL, got : None" }
d
r
n
  • 3
  • 3
  • 11
I get a 404 not found on /auth/signup .... I use fastapi and don't know why I give my token and cha...
d

devertry|deepsheep

over 2 years ago
I get a 404 not found on /auth/signup .... I use fastapi and don't know why I give my token and change anything in the app
d
r
  • 2
  • 21
  • 11
Hello everyone. I just started building an application with super tokens and Nestjs. Authentication ...
h

hamzatrq

over 2 years ago
Hello everyone. I just started building an application with super tokens and Nestjs. Authentication documentation is awesome. But is there a way to implement authorization to check if user can only update his own data?
h
r
  • 2
  • 4
  • 11
Hello, I deployed a nextJs app on Vercel and I use superTokens (recipe email/password). I had setup...
m

maximesohet

over 2 years ago
Hello, I deployed a nextJs app on Vercel and I use superTokens (recipe email/password). I had setup the user management dashboad and it works well on dev environment (api/auth/dashboard) where I can edit the users. But on the version deployed on Vercel the endpoint (api/auth/dashboard) return an error 500. Does anyone know this problem and any idea how to fix it? Here is the stack trace
TypeError: Cannot read properties of undefined (reading 'split')
    at new SuperTokens (/var/task/node_modules/supertokens-node/lib/build/supertokens.js:352:24)
    at SuperTokensWrapper.init (/var/task/node_modules/supertokens-node/lib/build/supertokens.js:389:36)
    at 8767 (/var/task/.next/server/pages/api/auth/[[...path]].js:96:37)
    at __webpack_require__ (/var/task/.next/server/webpack-api-runtime.js:25:42)
    at __webpack_exec__ (/var/task/.next/server/pages/api/auth/[[...path]].js:134:39)
    at /var/task/.next/server/pages/api/auth/[[...path]].js:135:65
    at __webpack_require__.X (/var/task/.next/server/webpack-api-runtime.js:108:21)
    at /var/task/.next/server/pages/api/auth/[[...path]].js:135:47
    at Object.<anonymous> (/var/task/.next/server/pages/api/auth/[[...path]].js:138:3)
    at Module._compile (node:internal/modules/cjs/loader:1218:14)
RequestId: 4992e694-1b7e-4215-a855-da1f04a6afff Error: Runtime exited with error: exit status 1
Runtime.ExitError
m
r
n
  • 3
  • 3
  • 11
I know. Only I don't know how get data when user's signing up through a provider. I can do this in g...
w

weboux

over 2 years ago
I know. Only I don't know how get data when user's signing up through a provider. I can do this in getProfileInfo in custom provider but I don't have unnecessary requests during login and if user will change e. g. pseudonym, then data will change unnecessarily and the user may become frustrated and delete the account, so I can lose users and have unnecessary requests. Because of I want get data about users from providers only during sign up, but I don't have how do this.
w
r
  • 2
  • 3
  • 11
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