https://supertokens.com/
Join Discord
Any way of seeing supertokens logs? I used the dashboard to change a user's password, however when ...
v

Vlad

over 2 years ago
Any way of seeing supertokens logs? I used the dashboard to change a user's password, however when I try to login I am still getting a wrong credentials error
v
r
  • 2
  • 16
  • 22
Error on deployment I've been self-hosting supertokens core using supertokens-postgresql v4.3 docke...
m

mayankgopronto

over 2 years ago
Error on deployment I've been self-hosting supertokens core using supertokens-postgresql v4.3 docker image on kubernetes, with relative ease for a while now. Today when I am trying to deploy it on a new cluster I am faced with this error. Any idea what could be wrong? I am not passing any port number, just passing in the API_KEYS and POSTGRESQL_CONNECTION_URI through environment variables.
What caused the crash: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `int` from String "tcp://10.2.124.128:3567": not a valid `int` value
 at [Source: (File); line: 194, column: 7] (through reference chain: io.supertokens.config.CoreConfig["port"])
m
r
  • 2
  • 14
  • 22
<@498057949541826571> SuperTokens working with Ionic 6?
v

vishal_convasys

almost 3 years ago
@rp_st SuperTokens working with Ionic 6?
v
r
n
  • 3
  • 78
  • 22
I'm having some trouble routing the user from the signup form to the `passwordless` phone number inp...
b

Bailey

almost 3 years ago
I'm having some trouble routing the user from the signup form to the
passwordless
phone number input after sign up. I'm overriding emailpassword's
signUpPOST
function by calling: -
signUp
(/recipe/emailpassword) -
createNewSession
(/recipe/session)
signUpPOST: async function (input) {
    let signup = await signUp(
        email,
        password,
        input.userContext
    );

    if (signup.status === 'OK') {
        // Create database user
        ...

        // Create session
        return createNewSession(
            input.options.res,
            signup.user.id,
            undefined,
            undefined,
            input.userContext
        );
    }
}
I'm unsure if the
input
variables I'm passing here are correct, or if there is another recipe function I should be calling. The session and user seem to be created properly, but the frontend requires a manual refresh in order to reach the
passwordless
Second factor auth (phone number input page). Without a manual refresh, the frontend says to sign in instead since the email is already in use.
b
r
  • 2
  • 14
  • 22
Google login brings me to a loading page with a spinner upon successful sign in
c

chunkygoo.

about 3 years ago
Google login brings me to a loading page with a spinner upon successful sign in
c
r
  • 2
  • 5
  • 22
Hi 👋 is there a way to add a username to the `smtp_settings` parameter? E.g. Sendgrid does require ...
b

bert2002

about 3 years ago
Hi 👋 is there a way to add a username to the
smtp_settings
parameter? E.g. Sendgrid does require one.
b
r
  • 2
  • 9
  • 22
For some reason I can't call `/auth/signout`. Getting unauthorized errors. How exactly does that hap...
i

ITEnthusiasm

over 3 years ago
For some reason I can't call
/auth/signout
. Getting unauthorized errors. How exactly does that happen? 🤔
i
r
  • 2
  • 4
  • 22
i want to use supertokens_python with websockets in fastapi. is there a verify_session that works fo...
b

beemoe5

over 3 years ago
i want to use supertokens_python with websockets in fastapi. is there a verify_session that works for a websocket route?
b
r
  • 2
  • 14
  • 22
We are trying to host our system on GCP. We are using email password recipe and we want to use cloud...
t

tahiatgonicpp_57357

over 1 year ago
We are trying to host our system on GCP. We are using email password recipe and we want to use cloudrun. Just need some pointers on resources that will help to do this or if it is even possible. Thanks!
t
r
  • 2
  • 4
  • 21
Hey team , Supertokens involve third party cookies for auth in case of cookie based authentication ....
t

Tushar

over 1 year ago
Hey team , Supertokens involve third party cookies for auth in case of cookie based authentication . Chrome has disabled thirdparty cookies for 1% users and soon will be disabling third party cookies . How will the cookie based auth work then ? Would we need to move to header based in that case ? If yes , how will session sharing work ?
t
r
  • 2
  • 14
  • 21
Previous464748Next

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