https://supertokens.com/
Join Discord
Hello, I am planning to use SuperTokens as a self-hosted auth service. I have successfully done the ...
f

fasterthanlight._

over 3 years ago
Hello, I am planning to use SuperTokens as a self-hosted auth service. I have successfully done the docker setup connected with the DB, but I am wondering for the back-end, I see there are libraries for Node, GoLang, and python, but is there a library for Rust? If not, how can I make Rust be able to communicate with SuperTokens?
f
r
  • 2
  • 9
  • 51
Hi. for handing errors in typescript, is there any way to not have error in the catch block as an an...
m

maxrm13

over 1 year ago
Hi. for handing errors in typescript, is there any way to not have error in the catch block as an any type?
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (e: any) {
  if (e.isSuperTokensGeneralError) {
    ...
m
r
  • 2
  • 3
  • 50
Hello everyone, does anybody encounter this error ``` {t: "2023-12-22T11:15:13.063Z", message: "midd...
k

khan

almost 2 years ago
Hello everyone, does anybody encounter this error
{t: "2023-12-22T11:15:13.063Z", message: "middleware: Started", file: "/gateway/node_modules/supertokens-node/lib/build/supertokens.js:145:22" sdkVer: "16.6.5"}
2023-12-22T11:15:13.072Z com.supertokens {t: "2023-12-22T11:15:13.072Z", message: "middleware: Not handling because request path did not start with config path. Request path: /.well-known/jwks.json", file: "/gateway/node_modules/supertokens-node/lib/build/supertokens.js:152:26" sdkVer: "16.6.5"}
k
r
p
  • 3
  • 59
  • 50
Hey everyone. Is there a page in documentation explaining how exactly ST uses those `front-token` a...
n

nicktgn

over 2 years ago
Hey everyone. Is there a page in documentation explaining how exactly ST uses those
front-token
and
access-token
, which it returns in the header after sign-in ? Not quite sure what this
front-token
is for. Thanks.
n
r
  • 2
  • 1
  • 50
Hi, I'm getting a 401 : Unauthorized message while calling the refresh and sign out api's. Here are ...
g

ggi_d

about 3 years ago
Hi, I'm getting a 401 : Unauthorized message while calling the refresh and sign out api's. Here are the cookies being set in the request.
g
r
  • 2
  • 9
  • 50
Hi, just a question about sessions in react native, should .signout() method delete the session ? Be...
b

binouse

about 3 years ago
Hi, just a question about sessions in react native, should .signout() method delete the session ? Because it is not the case on my implementation and it is a bit of a problem as I am use .doesSessionExist() to determine if the user is signedIn or not
b
r
n
  • 3
  • 30
  • 50
Hi, got a little issue with our Android app on react native for a few days. it can log in and get a...
t

teebot

over 3 years ago
Hi, got a little issue with our Android app on react native for a few days. it can log in and get an access token but when refreshing it logs us out this is what we changed before it started to happen : - "supertokens-node": "^8.5.0", + "supertokens-node": "^9.2.3", in the same deployment, we also set the cookieDomain to a wildcard to allow subdomains the weird thing is ios is fine
t
n
  • 2
  • 29
  • 50
Hello <@498057949541826571> I am using python flask backend and on clicking on reset password the a...
t

Tushar

about 2 years ago
Hello @rp_st I am using python flask backend and on clicking on reset password the api gives 200 respond but I am not able to receive email . AFAIK from the documents even if I don't add any smtp configurations I should still get an email from supertokens domain or I am missing sth here ?
t
r
  • 2
  • 15
  • 49
Hi! I'm trying to implement UserRoles in my nextjs app and I'm getting ```Initialisation not done. ...
f

fatih.55

about 2 years ago
Hi! I'm trying to implement UserRoles in my nextjs app and I'm getting
Initialisation not done. Did you forget to call the UserRoles.init or SuperTokens.init functions?
when I try to create a role. Does anyone have an idea what I could be doing wrong?
f
n
  • 2
  • 22
  • 49
I am trying to implement websockets in fastapi. I am sendihng the jwt token correctly. And also able...
d

dekode

about 2 years ago
I am trying to implement websockets in fastapi. I am sendihng the jwt token correctly. And also able to parse it using parse_jwt_without_signature_verification. The payload contains the session Handle. I could not fidn a way to get the session and the user form that. Any help would be appreicated.
d
r
  • 2
  • 2
  • 49
Previous181920Next

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