https://supertokens.com/
Join Discord
How can I troubleshoot this? Docker instance instantly dissapppears after the command so I couldnt c...
w

wdjzr

about 3 years ago
How can I troubleshoot this? Docker instance instantly dissapppears after the command so I couldnt check the logs
w
p
r
  • 3
  • 27
  • 10
Hey everyone, I am getting an error in while using supertokens in FastAPI. What am I doing wrong he...
h

humara bajaj

about 3 years ago
Hey everyone, I am getting an error in while using supertokens in FastAPI. What am I doing wrong here?
Initialisation not done. Did you forget to call the SuperTokens.init function?
h
n
r
  • 3
  • 5
  • 10
Hi I'm using Supertokens for passwordless authentication. My backend is Node JS and Frontend is Angu...
a

alen_george

about 3 years ago
Hi I'm using Supertokens for passwordless authentication. My backend is Node JS and Frontend is Angular. Im able to signup using the signinup and consume api call. But the issue is that I'm not able to create a session. Neither the cookie is getting stored in browser after the consume api call. when I checked the response header the set-cookie parameter is there. But its not storing the cookie. And When Im running the function getAccessTokenPayloadSecurely(), it throws the error session doesnt exist.
a
n
r
  • 3
  • 109
  • 10
Hi, I have a question. I am creating a login for a company dashboard. Right now anybody can sign up ...
k

kalibcheil0320

over 3 years ago
Hi, I have a question. I am creating a login for a company dashboard. Right now anybody can sign up and sign in, but I want that the user account has to be approved (just one time) before to log in. Is there a way to do it. I am using email and password authentication
k
r
u
  • 3
  • 21
  • 10
Hi, what could be the reason that accessTokenPayload is not refreshed on the frontend? I try to upda...
o

orszi7861

over 3 years ago
Hi, what could be the reason that accessTokenPayload is not refreshed on the frontend? I try to update AccessTokenPayleod in my custom middleware on backend:
const currAccessTokenPayload = req.session!.getAccessTokenPayload();
await req.session!.updateAccessTokenPayload({ newKey: 'newValue', ...currAccessTokenPayload });
and in frontend i cannot see it in the
const { accessTokenPayload } = useSessionContext();
, but in the sAccessToken cookie it already is
o
r
  • 2
  • 26
  • 10
How would I use supertokens to authenticate a react chrome extention?
a

aquajet

over 3 years ago
How would I use supertokens to authenticate a react chrome extention?
a
r
  • 2
  • 3
  • 10
ok so I was supposed to use the root project to download and setup the core and plugin interface pro...
j

Jalil Jarjanazy

over 3 years ago
ok so I was supposed to use the root project to download and setup the core and plugin interface projects. I tried to do it but couldn't because of my windows machine, you described something about wsl2 in the docs but I also couldn't do it
j
p
  • 2
  • 20
  • 10
Hey guys - where can I see what kind of user data is stored in the data?
m

mavridko

12 months ago
Hey guys - where can I see what kind of user data is stored in the data?
m
r
  • 2
  • 4
  • 9
hello, <@498057949541826571> , I have multiple frontends, and they are entirely different base doma...
t

tomita0022

about 1 year ago
hello, @rp_st , I have multiple frontends, and they are entirely different base domains, how can I make supertokens work? I already used header based auth. The point is multiple frontend uses the same project, means same supertokens config.
t
r
  • 2
  • 36
  • 9
Hello! I want to setup domain for my app so I have added following NGINX configuration: location /au...
n

nomorethrow

over 1 year ago
Hello! I want to setup domain for my app so I have added following NGINX configuration: location /auth { proxy_pass http://localhost:3567; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } But when I open https:///auth I receive text "Not found" instead of "Hello" And when I start Node,js application I see error Error: SuperTokens core threw an error for a GET request to path: '/apiversion' with status code: 400 and message: AppId or tenantId not found => Tenant with the following connectionURIDomain, appId and tenantId combination not found: (, public, auth) When I open http://:3567/ everything works
n
r
  • 2
  • 2
  • 9
Previous515253Next

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