https://supertokens.com/
Join Discord
Hii everyone, I have three apps running on https, and self hosted supertokens core that too running...
h

hehohesda_12345

over 2 years ago
Hii everyone, I have three apps running on https, and self hosted supertokens core that too running on https api.example.com example.com app.example.com I can login to example.com, it works. But when I go to app.example.com, I can see the cookies being attached to the http req, but api.example.com throws unauthorised. I have no idea what to do now. This is what I see on app.example.com
h
n
  • 2
  • 6
  • 14
hey team, I changed some custom claims in the access token payload, since then, I dont seem to get t...
m

mukulg22

over 2 years ago
hey team, I changed some custom claims in the access token payload, since then, I dont seem to get the
Session.doesSessionExist()
to be true. I've added an array to one of the custom claim. Not sure if thats supported
m
r
n
  • 3
  • 50
  • 14
Hi <@498057949541826571>! I have an issue setting up the User Management Dashboard. I followed the ...
u

.babayota

over 2 years ago
Hi @rp_st! I have an issue setting up the User Management Dashboard. I followed the guide at https://supertokens.com/docs/userdashboard/about to run it locally (using Python/FastAPI). It all worked, the page loads, but I am unable to create a user. Running the suggested
curl
command results in a "Not found". Same happens on a password reset attempt. What could be the cause and how do I fix this?
u
r
  • 2
  • 11
  • 14
Hi, did anyone manage to secure command line applications using SSO with Supertokens ?
a

Alex1s

almost 3 years ago
Hi, did anyone manage to secure command line applications using SSO with Supertokens ?
a
r
  • 2
  • 14
  • 14
I am working on a frontend app talking to a supertokens backend and implementing OTP login with phon...
l

listmalarinn

almost 3 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
  • 14
Is there already a solution to using supertokens with tRPC? Thanks in andvance
c

codingtomato

almost 3 years ago
Is there already a solution to using supertokens with tRPC? Thanks in andvance
c
r
t
  • 3
  • 5
  • 14
Hi! I've implemented the SuperTokens login to a vue3 project and it works beautifully, but am greete...
a

Adis

almost 3 years ago
Hi! I've implemented the SuperTokens login to a vue3 project and it works beautifully, but am greeted with lint-like errors for every class across the app, and I've isolated it down to the
supertokens-auth-react
package that appears to be causing it. Any info or advice to clean these errors would be super helpful 😊 Additionally here is the inline error
Type '{ class: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
  Object literal may only specify known properties, and 'class' does not exist in type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.ts(2322)
index.d.ts(3176, 13): The expected type comes from property 'div' which is declared here on type 'IntrinsicElements'
a
r
p
  • 3
  • 5
  • 14
```java Error: Initialisation not done. Did you forget to call the SuperTokens.init function? ``` I ...
a

Aithusa

almost 3 years ago
java
Error: Initialisation not done. Did you forget to call the SuperTokens.init function?
I keep getting this error when going to my /testauth path but I did call the function before the route
import { verifySession } from "supertokens-node/recipe/session/framework/express/index.js";

router.get("/testauth", verifySession(), (req, res) => {
  if (req.session == null) {
    res.send({ error: "Must be signed in", code: "401" })
    return
  }
  let userId = req.session.getUserId();
});
a
r
  • 2
  • 15
  • 14
Is there a way to remove the "Powered by supertokens" text from the bottom of the sign up / sign in ...
b

bitcoinrippin

about 3 years ago
Is there a way to remove the "Powered by supertokens" text from the bottom of the sign up / sign in forms?
b
r
a
  • 3
  • 7
  • 14
Google login client id and secret
c

chunkygoo.

about 3 years ago
Google login client id and secret
c
r
  • 2
  • 5
  • 14
Previous798081Next

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