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; },
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' }
teebot
kaegiluppi
REFRESH_TOKEN_VALIDITY: 1200
ACCESS_TOKEN_VALIDITY: 600
/recipe/session
/recipe/session/refresh
Deleted User
Error: 140438089361344:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:
http://
https://
connectionURI
anas
zachequi
postgresql://
jdbc:
Setting up PostgreSQL connection pool. 2022-10-07T02:04:20.842175+00:00 app[web.1]: Stopping SuperTokens... 2022-10-07T02:04:20.856938+00:00 app[web.1]: [31mWhat caused the crash: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ec2-107-23-76-12.compute-1.amazonaws.com:5432/....
justagl1tch
kevin.millot
js EmailPasswordNode.init({ emailDelivery: { service: new STMPService({ smtpSettings: { host: "smtp.office365.com", password: process.env.EMAIL_PW, port: 587, from: { name: "", email: process.env.EMAIL_ADDRESS, }, secure: true }, }) }, }),
hamade
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).