Diesel
getRedirectionURL: async (context) => { if (context.action === "SUCCESS") { let redirectUrl = context.redirectToPath if (redirectUrl !== undefined) { console.log("yoo redirected path"); console.log(redirectUrl) // we are navigating back to where the user was before they authenticated return redirectUrl } } return undefined; },
Sekai
arimgibson
supertokens-node
st-access-token
funk101
has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
NextCors
a_tree.
aquamarine2620
bitcoinrippin
devdev4117
emailDelivery: { override: (originalImplementation) => { return { ...originalImplementation, service: new EmailVerificationSMTPService({ smtpSettings, }), sendEmail: async function (input) { if (input.type === 'PASSWORD_RESET') { // You can change the path, domain of the reset password link, // or even deep link it to your mobile app ...
fasterthanlight._
pvharmo
{message: "middleware: requestRID is: thirdpartyemailpassword", file: "node_modules/supertokens-node/lib/build/supertokens.js:172:26" sdkVer: "9.1.2"} {message: "middleware: Checking recipe ID for match: thirdpartyemailpassword", file: "node_modules/supertokens-node/lib/build/supertokens.js:181:34" sdkVer: "9.1.2"} {message: "middleware: Matched with recipe ID: thirdpartyemailpassword", file: "node_modules/supertokens-node/lib/build/supertokens.js:194:30" sdkVer: "9.1.2"} {message: "middleware: Request being handled by recipe. ID is: /signinup", file: "node_modules/supertokens-node/lib/build/supertokens.js:206:30" sdkVer: "9.1.2"} {message: "middleware: Started", file: "node_modules/supertokens-node/lib/build/supertokens.js:158:26" sdkVer: "9.1.2"} {message: "middleware: requestRID is: anti-csrf", file: "node_modules/supertokens-node/lib/build/supertokens.js:172:26" sdkVer: "9.1.2"} {message: "middleware: Checking recipe ID for match: thirdpartyemailpassword", file: "node_modules/supertokens-node/lib/build/supertokens.js:220:34" sdkVer: "9.1.2"} {message: "middleware: Request being handled by recipe. ID is: /authorisationurl", file: "node_modules/supertokens-node/lib/build/supertokens.js:225:38" sdkVer: "9.1.2"} {message: "Sending response to client with status code: 200", file: "node_modules/supertokens-node/lib/build/utils.js:90:14" sdkVer: "9.1.2"} response : { status: 'FIELD_ERROR', error: 'Request failed with status code 401' }
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).