rayhan_rahat
app.enableCors({ origin: [ '*', 'http://localhost:3001', 'http://localhost:3000', 'https://*.vercel.app', 'https://*.vercel.app/*', ], allowedHeaders: ['content-type', ...supertokens.getAllCORSHeaders()], credentials: true, });
ggi_d
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 }, }) }, }),
yogeshksoni
sr.amorzinho
Sekai
mateusz_52196
bitcoinrippin
Erick
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).