https://supertokens.com/
Join Discord
<@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
How exactly does the doesSessionExist work?
a

abhisheksinghkapoor

about 3 years ago
How exactly does the doesSessionExist work?
a
r
  • 2
  • 49
  • 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
Is there a way to import a csv? I already have some users in a csv file but currently I can't find a...
c

chunkygoo.

about 3 years ago
Is there a way to import a csv? I already have some users in a csv file but currently I can't find a way to migrate it to a production database
c
r
  • 2
  • 8
  • 22
If SuperTokens Core is being hosted locally, is there a way to enforce that calls to it can only com...
i

ITEnthusiasm

about 3 years ago
If SuperTokens Core is being hosted locally, is there a way to enforce that calls to it can only come from
localhost
? (That is, only the local web app can make calls to it and no one else.) I know we have the API keys. But theoretically, enforcing that only
localhost
is allowed would add additional safety, right? 🤔
i
r
  • 2
  • 11
  • 22
Hey! Is it possible to customize the spinner? I wanted to make it look more like the other spinners ...
d

dleangen

about 3 years ago
Hey! Is it possible to customize the spinner? I wanted to make it look more like the other spinners in my app. 😀
d
r
  • 2
  • 6
  • 22
NextJS Session Recipe Documentation
a

atoyebs

about 3 years ago
NextJS Session Recipe Documentation
a
r
  • 2
  • 19
  • 22
hey <@498057949541826571> we are facing issues with apple signup from ios mobile, android and web s...
a

alisha08770

over 3 years ago
hey @rp_st we are facing issues with apple signup from ios mobile, android and web signup/login are working fine
a
r
  • 2
  • 38
  • 22
My session keeps expiring I tried adding the frontend SDK to all of my pages but it doesn't seem to ...
λ

Λ C Ξ L X R D

over 3 years ago
My session keeps expiring I tried adding the frontend SDK to all of my pages but it doesn't seem to work
λ
r
  • 2
  • 56
  • 22
Previous525354Next

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