https://supertokens.com/
Join Discord
In accessTokenAPIResponse I only get access_token, token_type, expires_in, refresh_token and scopre...
w

weboux

over 2 years ago
In accessTokenAPIResponse I only get access_token, token_type, expires_in, refresh_token and scopre :/
w
r
  • 2
  • 9
  • 23
`/bin/sh: 1: java: not found` ubuntu how to install java and which version ? iam now working node t...
p

productdevbook

almost 3 years ago
/bin/sh: 1: java: not found
ubuntu how to install java and which version ? iam now working node test running but this problem cc: @rp_st
p
  • 1
  • 3
  • 23
How to login using flutter sdk?
a

Aithusa

almost 3 years ago
How to login using flutter sdk?
a
n
m
  • 3
  • 16
  • 23
is it possible for me to integrate my user data from supertokens to django’s user auth system
f

fayzul_

about 3 years ago
is it possible for me to integrate my user data from supertokens to django’s user auth system
f
r
k
  • 3
  • 51
  • 23
I'm having some trouble routing the user from the signup form to the `passwordless` phone number inp...
b

Bailey

about 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
  • 23
Docs question: I'm using Phoenix framework on Elixir which doesn't have library integration built. I...
l

lamp-town-guy

about 3 years ago
Docs question: I'm using Phoenix framework on Elixir which doesn't have library integration built. Is there a place for docs how to start from zero? I don't promise anything but Appwrite has SDK generator and I've built Elixir generator part for them while trying it. It's not in the MR yet though.
l
n
r
  • 3
  • 10
  • 23
Hi, I was trying to integrate SuperTokens auth api into my angular project by navigating through qui...
n

nisky_man

over 3 years ago
Hi, I was trying to integrate SuperTokens auth api into my angular project by navigating through quick setup guide in the documentation, however after adding express i noticed that my apped stopped building. I'm constantly getting getting errors such as the one in attachment. Could someone help me resolve this issue? Thanks in advance for any help/tips
n
r
  • 2
  • 8
  • 23
hi, anyway i can check old docs of passwordless login we use `'supertokens-website'` module on the ...
e

EdwinN1337

over 3 years ago
hi, anyway i can check old docs of passwordless login we use
'supertokens-website'
module on the frontend with custom ui, but the docs switched to
supertokens-web-js
. which is a different implementation?
e
n
  • 2
  • 48
  • 23
I am using ThirdPartyEmailPassword recipe. I am using google to signin. I want to add profile to res...
s

sushant9046

over 3 years ago
I am using ThirdPartyEmailPassword recipe. I am using google to signin. I want to add profile to response which I will get from service. I got stuck which function should i ovveride to change the response?
s
r
  • 2
  • 21
  • 23
How is the password verification enforced on the backend? Currently it is kind of only enabled via t...
n

n1ru4l

over 3 years ago
How is the password verification enforced on the backend? Currently it is kind of only enabled via the frontend by setting the
emailVerificationFeature
option on the frontend? 🤔
n
r
  • 2
  • 14
  • 23
Previous575859Next

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