https://supertokens.com/
Join Discord
Hi, I'm having trouble with enabling email verification in my ThirdPartyEmailRecipe. When I call Ema...
d

dominik_21160

almost 2 years ago
Hi, I'm having trouble with enabling email verification in my ThirdPartyEmailRecipe. When I call EmailVerification.sendVerificationEmail() (imported from supertokens-web-js/recipe/emailverification) in my Vue file, I get the error "No instance of EmailVerification found. Make sure to call the EmailVerification.init method. " In the django backend, I do call emailverification.init() in the recipe_list. Do you know what could be going wrong?
d
r
  • 2
  • 3
  • 12
is there a way to "Skip authentication" ?
a

akrem.yes

almost 2 years ago
is there a way to "Skip authentication" ?
a
r
  • 2
  • 10
  • 12
Is there a way to get ip address from userContext? Trying to get user ip address when overriding sig...
b

bladerpc

about 2 years ago
Is there a way to get ip address from userContext? Trying to get user ip address when overriding sign up function
b
n
r
  • 3
  • 6
  • 12
Hey <@498057949541826571> I am getting a 500 internal server error if the authtoken is expired. So i...
i

ikak1595

about 2 years ago
Hey @rp_st I am getting a 500 internal server error if the authtoken is expired. So it should give a needs refresh response instead. I have two different services, in one it is working fine, but it is giving 500 error in one.
i
r
  • 2
  • 37
  • 12
Session does not exist after successfull login in ios device
s

sdekna

about 2 years ago
I am developing at sveltekit/capacitor app... in android everything works ok with regrds to supertokens authentication... but in ios devices, I get a successfull sign-in with a success response from server, but then the once I try to authenticate using the
Session
I get:
No session exists
error. Any ideas?

https://cdn.discordapp.com/attachments/1096348599132115065/1096348602831491133/IMG_1479.PNG▾

s
r
n
  • 3
  • 7
  • 12
Hi, can anyone tell me how to verify the JWT token?
d

Deleted User

about 2 years ago
Hi, can anyone tell me how to verify the JWT token?
d
r
  • 2
  • 7
  • 12
Using supertokens with django So I have an `IdP` which runs as a `Go` API server and talks to the s...
m

mayankgopronto

over 2 years ago
Using supertokens with django So I have an
IdP
which runs as a
Go
API server and talks to the supertokens core and all authentication happens via the IdP. We have an existing
django
-
drf
app which currently does regular django session authentication and sets the
sessionid
in the cookie. In the new implementation, where I am trying to slowly migrate all the services to supertokens, all the requests will contain the supertokens'
access
and
refresh
token. So I am planning to write a django middleware which will call the
IdP's
session-verify API . And if successful, I can set the django
User
object. I was looking through the python SDK which has a plugin for
django
. Is there any way I can achieve this using the SDK? I do not want to do
supertokens.init
in my django app to maintain abstraction. Is this approach feasible or would you suggest I go with the
python
sdk and use the supertokens backend in the django server too?
m
r
  • 2
  • 4
  • 12
I am working on a frontend app talking to a supertokens backend and implementing OTP login with phon...
l

listmalarinn

over 2 years ago
I am working on a frontend app talking to a supertokens backend and implementing OTP login with phone works like a charm, I wanted to read the JWT in the client so I had to add the session recipe to the backend and also call session.init in my client, this worked also like a charm and I was able to read the JWT. However when I do not log in using phone and OTP, I still want to have a JWT session for anonymous users but the Session.getUserId() returns false Is there anything more to it for session based authentication other than just having Session.Init() in the recipes array in the client and also in the backend? BTW: just wanted to shout out that other than this, using supertokens has been so smooth
l
r
  • 2
  • 24
  • 12
Hi 👋 do you know how to combine Supertokens and Nextjs when internalizationed routing (https://next...
u

ベニマル

over 2 years ago
Hi 👋 do you know how to combine Supertokens and Nextjs when internalizationed routing (https://nextjs.org/docs/advanced-features/i18n-routing) is used? 🙂 For the moment, I can only use the path
my.domain.local/auth
while I would like to use also
my.domain.local/[lng]/auth
(*e.g. *`my.domain.local/fr/auth`) but also
my.domain.local/auth
(default route) in an automatic way as NextJS does when using the intl routing feature.
u
r
  • 2
  • 5
  • 12
Hi SuperTokens team, I am using Supertokens with NestJs. All my APIs are rate limited via https://do...
d

DanielAtStruggly

over 2 years ago
Hi SuperTokens team, I am using Supertokens with NestJs. All my APIs are rate limited via https://docs.nestjs.com/security/rate-limiting. Do you have any clue to let the SuperTokens middleware (for calls like e.g. /auth/signin) be aware of these rate-limiting settings?
d
r
+2
  • 4
  • 22
  • 12
Previous404142Next

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