https://supertokens.com/
Join Discord
Hi; Can you confirm the email-verification step is done explicitely *after* the signup promise resol...
c

Chimanos

about 2 years ago
Hi; Can you confirm the email-verification step is done explicitely after the signup promise resolution; in a non blocking way ? That's important to us, as we modified the signup, which now includes an internal db transaction to create a user in our database. This user is not "visible" outside of the transaction before it resolves; and later we might "find" this user before sending the verification email (we also override the email send).
c
r
  • 2
  • 5
  • 5
I'm seeing `TryRefreshTokenError: Signature has expired` being raised from the backend sometimes and...
u

.atambo

about 2 years ago
I'm seeing
TryRefreshTokenError: Signature has expired
being raised from the backend sometimes and I'm wondering what I should do about it?
u
r
  • 2
  • 19
  • 5
Hallo i have i project where i'm using Supertokens self hosted for an fastapi + VueJs App and i'm ri...
z

zaker237

about 2 years ago
Hallo i have i project where i'm using Supertokens self hosted for an fastapi + VueJs App and i'm right now getting the following Error. the project was working last week and i dont really understand why i get the error supertokens_python.exceptions.GeneralError: The running SuperTokens core version is not compatible with this FastAPI SDK. Please visit https://supertokens.io/docs/community/compatibility-table to find the right versions please so someone have am idea? i'm using the following image for the core registry.supertokens.io/supertokens/supertokens-mysql
z
r
  • 2
  • 12
  • 5
Hello, we have a NextJS / Hasura app / cookie based and are having issues refreshing tokens for curr...
d

diana.holland

about 2 years ago
Hello, we have a NextJS / Hasura app / cookie based and are having issues refreshing tokens for current sessions during our upgrade to
5.0
in our development environment. Wondering if you have any ideas. Our hosted
core
instance was upgraded to
5.0
this morning. That seemed successful, so we deployed the changes to our backend SDK (package version + config changes) and client (JWT fetching) from the change logs. Now all our users are getting a
Could not verify JWT: JWTExpired
error from Hasura when it attempts to validate the token. This is for people who had an ongoing SuperTokens session. Versions: -
supertokens-core
:
4.6
to
5.0
-
supertokens-node
:
^13.5.0
to
14.x
- still on
supertokens-web-js
^0.5.0
d
r
  • 2
  • 15
  • 5
Hello guys! Anyone here has implemented something like verifySession to secure APIs using Java (spri...
f

fdelima.

about 2 years ago
Hello guys! Anyone here has implemented something like verifySession to secure APIs using Java (springboot)? Is It possible?
f
r
  • 2
  • 3
  • 5
Is there any upgrade guide for 13->14? It’s not working
g

Gamer

about 2 years ago
Is there any upgrade guide for 13->14? It’s not working
g
n
  • 2
  • 18
  • 5
Hi, are there any updates on using supertokens with nextjs 13.4 and the app router? Since it is now ...
n

n2o__

about 2 years ago
Hi, are there any updates on using supertokens with nextjs 13.4 and the app router? Since it is now stable (https://nextjs.org/blog/next-13-4), it would be great to use it in our projects 🙂
n
r
  • 2
  • 1
  • 5
Do i have to retresh the session manually if i am using a custom ui with the supertokens web sdk?
l

Luca

about 2 years ago
Do i have to retresh the session manually if i am using a custom ui with the supertokens web sdk?
l
r
  • 2
  • 79
  • 5
Hi, I'm trying to use a jwt from the user's session in NextJS SSR. So far in `getServerSideProps` I ...
d

demisel

about 2 years ago
Hi, I'm trying to use a jwt from the user's session in NextJS SSR. So far in
getServerSideProps
I get the user's session, then get a jwt using
session.getAccessToken()
. Is this token supposed to be usable for requests to my other backend ? I have called
JWT.init()
, and add a
Bearer [accessToken]
header but my requests still end up unauthorized
d
r
  • 2
  • 5
  • 5
Hello there ! Is it normal that the `Session.doesSessionExist()` called the refresh endpoint, event...
r

ronflai

about 2 years ago
Hello there ! Is it normal that the
Session.doesSessionExist()
called the refresh endpoint, event on a fresh private browser session with no supertokens related cookies ?
r
n
  • 2
  • 12
  • 5
Previous919293Next

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