https://supertokens.com/
Join Discord
Hi, I was wondering is it possible to implement Microsoft / Outlook SSO with supertoken? And if yes,...
j

joesim_

almost 2 years ago
Hi, I was wondering is it possible to implement Microsoft / Outlook SSO with supertoken? And if yes, where can I find some resources about that?
j
r
  • 2
  • 5
  • 27
And if possible to have a “drop in replacement using OAuth” for what we have today, is there an arch...
n

nicolasfry

almost 2 years ago
And if possible to have a “drop in replacement using OAuth” for what we have today, is there an architecture where: The user hits login -> redirect to a service that’s using SuperTokens+Jackson under the hood, they login, we issue an Access Token, RT/Cookie, and issue it to my front end? And then on the backend I can point it at a JWKS for a token verification?
n
r
  • 2
  • 6
  • 27
I'm building the nextjs 13 app but not able to integrate this because of _app.tsx and I've layout.ts...
g

gauravmandall

about 2 years ago
I'm building the nextjs 13 app but not able to integrate this because of _app.tsx and I've layout.tsx and few things didn't working in client side but supertokens need 'use client' anyone faced similar issue? please help me
g
n
p
  • 3
  • 2
  • 27
is there a way to "Skip authentication" ?
a

akrem.yes

over 2 years ago
is there a way to "Skip authentication" ?
a
r
  • 2
  • 10
  • 27
I'm getting an error saying ""Are you sending too many / too few formFields?" I'm following the exam...
m

miguelstevensbe

over 2 years ago
I'm getting an error saying ""Are you sending too many / too few formFields?" I'm following the example from the docs, this is my frontend and backend code, am I missing something? ( I checked, the values are populated with data when sending the request to ST) frontend code
const response = await EmailPassword.signUp({
        formFields: [
            {
                id: "invite",
                value: invite.value.id
            },
            {
                id: "password",
                value: password,
            },
            {
                id: 'first_name',
                value: firstname
            },
            {
                id: 'last_name',
                value: lastname
            },
        ]
    });
And the backend
EmailPassword.init({
                signUpFeature: {
                    formFields: [
                        {id: "invite"},
                        {id: "password"},
                        {id: "first_name"},
                        {id: "last_name"},
                    ]
                },
                override: {
                    apis: (originalImplementation) => {
                        return {
                            ...originalImplementation,
                            signUpPOST: async function (input) {
                                if (originalImplementation.signUpPOST === undefined) {
                                    throw Error("Should never come here");
                                }

                                let response = await originalImplementation.signUpPOST(input);
                                console.log(input)


                                return response
                            }
                        }
                    }
                }
            }),
m
r
  • 2
  • 5
  • 27
Is there a way to route directly to the sign up or sign in form? Right now, i have a "Sign Up" and "...
b

bitcoinrippin

about 3 years ago
Is there a way to route directly to the sign up or sign in form? Right now, i have a "Sign Up" and "Sign in" button and they both load the "Sign Up" form
b
r
  • 2
  • 5
  • 27
Hi, is there any way to add own logger to supertokens to log requests (I am using middlleware)?
i

IaS1506

about 3 years ago
Hi, is there any way to add own logger to supertokens to log requests (I am using middlleware)?
i
r
  • 2
  • 14
  • 27
add user without sign up ?
r

ressiject

about 3 years ago
add user without sign up ?
r
r
  • 2
  • 21
  • 27
How do the `supertokens-node` `verifySession` and `Session.getSession` functions behave in case the...
n

n1ru4l

about 3 years ago
How do the
supertokens-node
verifySession
and
Session.getSession
functions behave in case the session is expired? Do they check this? or will they return `null`/`undefined` in such an scenario?
n
r
  • 2
  • 9
  • 27
Hi, I have a problem with signing up into my self-hosted backend. I was following instructions in ht...
n

nisky_man

about 3 years ago
Hi, I have a problem with signing up into my self-hosted backend. I was following instructions in https://supertokens.com/docs/emailpassword/quick-setup/backend. I am using Angular application, and I'm trying to integrate SuperTokens into my app. My backend is in the same project as the main app, could this be a problem? Thanks for help in advance!
initinit
n
r
  • 2
  • 4
  • 27
Previous454647Next

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