FoolOnTheHill
khan
{t: "2023-12-22T11:15:13.063Z", message: "middleware: Started", file: "/gateway/node_modules/supertokens-node/lib/build/supertokens.js:145:22" sdkVer: "16.6.5"} 2023-12-22T11:15:13.072Z com.supertokens {t: "2023-12-22T11:15:13.072Z", message: "middleware: Not handling because request path did not start with config path. Request path: /.well-known/jwks.json", file: "/gateway/node_modules/supertokens-node/lib/build/supertokens.js:152:26" sdkVer: "16.6.5"}
idanto
getThirdPartyAuthorisationURLWithQueryParamsAndSetState
'supertokens-auth-react/recipe/thirdpartypasswordless'
TypeError: Cannot read properties of undefined (reading 'startsWith') at appendQueryParamsToUR
import { getThirdPartyAuthorisationURLWithQueryParamsAndSetState } from "supertokens-web-js/recipe/thirdpartypasswordless";
bitcoinrippin
arwenxs
robschilder
JuanJo
n1ru4l
supertokens-core
v3.16.2
v4.0.0
emailpassword_users
thirdparty_users
VARCHAR(256)
VARCHAR(128)
TEXT
TELYA
javascript EmailPassword.init({ emailVerificationFeature: { mode: "REQUIRED" } })
typescript EmailPasswordNode.init({ emailVerificationFeature: { createAndSendCustomEmail: async (user, emailVerificationURLWithToken) => { console.log(user, emailVerificationURLWithToken); } } })
maxrm13
// eslint-disable-next-line @typescript-eslint/no-explicit-any } catch (e: any) { if (e.isSuperTokensGeneralError) { ...
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).