https://supertokens.com/
Join Discord
<@498057949541826571> how can i upgrade supertokens core with minimal downtime?
b

bian

about 2 years ago
@rp_st how can i upgrade supertokens core with minimal downtime?
b
r
  • 2
  • 10
  • 10
<@498057949541826571> I have several google accounts. once I select google account when i am using l...
b

bian

about 2 years ago
@rp_st I have several google accounts. once I select google account when i am using login with google, I can't choose other google account anymore when I am trying to login again. is there any way to fix this?
b
r
s
  • 3
  • 59
  • 10
Deploying my app to fly.io and experiencing this issue when attempting to sign in. After going from ...
d

djarran

over 2 years ago
Deploying my app to fly.io and experiencing this issue when attempting to sign in. After going from the Google Sign In Page back to the callback url at /auth/callback, white screen is loaded rather than the default orange spinner. Looking at the console, I see this (though I'm not sure if this is relevant to the issue. The same sequence when run locally functions fine The stylesheet https://domain-name/auth/callback/static/css/main.e6d1f72b.css was not loaded because its MIME type, “text/html”, is not “text/css”. The script from “https://domain-name/auth/callback/static/js/main.361a78ef.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
d
r
  • 2
  • 36
  • 10
Hi, do I have this good? https://pastebin.com/MPb1c0r2 When user click in button (email verificatio...
w

weboux

over 2 years ago
Hi, do I have this good? https://pastebin.com/MPb1c0r2 When user click in button (email verification), open this page (Nextjs). At first, the page is blank (before useEffect so user may not see it.). useEffect run consumeVerificationCode to check if the verification code is expired or invalid and if the verification code is expired or invalid user should see screen version with button (status: "error"). The button send email for new code. But if code is ok, user'll get page version for status: "success".
w
r
  • 2
  • 8
  • 10
For people searching a web3 auth solution with supertokens take a look (react + tailwind + RainbowKi...
m

maximedotair

over 2 years ago
For people searching a web3 auth solution with supertokens take a look (react + tailwind + RainbowKit) https://www.loom.com/share/119036b7719449459ff8d247d6032f89
m
a
  • 2
  • 1
  • 10
``onHandleEvent: async (context) => { if (context.action === "SESSION_ALREADY_EXISTS") { ...
m

maximedotair

over 2 years ago
``onHandleEvent: async (context) => { if (context.action === "SESSION_ALREADY_EXISTS") { // TODO: } else if (context.action === "PASSWORDLESS_RESTART_FLOW") { // TODO: } else if (context.action === "PASSWORDLESS_CODE_SENT") { // TODO: } else { let { id, email } = context.user; if (context.action === "SUCCESS") { if (context.isNewUser) { // Sign up createUser(id, email); } else { // Sign in updateUser(id, email); } } } },``
m
r
  • 2
  • 26
  • 10
This release reduced the bundle size by 70%? https://discord.com/channels/603466164219281420/8326036...
c

chunkygoo.

over 2 years ago
This release reduced the bundle size by 70%? https://discord.com/channels/603466164219281420/832603690653188126/1066224880124694628
c
r
  • 2
  • 5
  • 10
Hi all, Is there a way to create a test user who can login without otp
v

vikram_shadow

over 2 years ago
Hi all, Is there a way to create a test user who can login without otp
v
r
m
  • 3
  • 38
  • 10
Hi. Is there any way to change expiration time of tokens depending on the way session created? Now u...
k

kuzyaross

over 2 years ago
Hi. Is there any way to change expiration time of tokens depending on the way session created? Now user gets its session using
auth/signinup/code
, then sends otp (we use passwordless recipe)
auth/signinup/code/consume
which gives them tokens. This works fine, but now we want users of mobile app, which we are developing have tokens which will expire after a day, not after several hours as now. TIA.
k
n
  • 2
  • 17
  • 10
how to use thirdpartyemailpassword in tauri/sveltekit?
b

beemoe5

over 2 years ago
how to use thirdpartyemailpassword in tauri/sveltekit?
b
r
  • 2
  • 6
  • 10
Previous495051Next

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