porcx
const authUrl = await getAuthorisationURLWithQueryParamsAndSetState({ authorisationURL: `morton.xyz.tt/api/auth/callback/google`, providerId: "google", });
rp_st
SuperTokensRequest.init({ apiBasePath: config.apiBasePath + "/auth", apiDomain: config.appDomain, }); SuperTokens.init({ appInfo: { apiDomain: config.appDomain, appName: config.title, }, recipeList: [ThirdPartyEmailPassword.init(), Session.init()], });
/api/auth
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).