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 ...
chunkygoo.
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/....
dleangen
anas
edwinn1337
y.s_
hitesh.io
Error: No access, refresh token, API key or refresh handler callback is set. at OAuth2Client.getRequestMetadataAsync (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/google-auth-library/build/src/auth/oauth2client.js:272:19) at OAuth2Client.requestAsync (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/google-auth-library/build/src/auth/oauth2client.js:371:34) at OAuth2Client.request (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/google-auth-library/build/src/auth/oauth2client.js:365:25) at createAPIRequestAsync (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/googleapis-common/build/src/apirequest.js:273:31) at createAPIRequest (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/googleapis-common/build/src/apirequest.js:49:9) at Resource$Userinfo.get (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/googleapis/build/src/apis/oauth2/v2.js:104:58) at Object.<anonymous> (/Users/hitesh/dev/jwt_supertokens_hasura/dist/supertokens_config.js:117:57) at Generator.next (<anonymous>) at fulfilled (/Users/hitesh/dev/jwt_supertokens_hasura/dist/supertokens_config.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
robschilder
rayhan_rahat
app.enableCors({ origin: [ '*', 'http://localhost:3001', 'http://localhost:3000', 'https://*.vercel.app', 'https://*.vercel.app/*', ], allowedHeaders: ['content-type', ...supertokens.getAllCORSHeaders()], credentials: true, });
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).