chunkygoo.
hermit908
n1ru4l
Guldberg
ts // login function async login(email: string, password: string) { console.log( await ThirdPartyEmailPassword.emailPasswordSignUp({ formFields: [ { id: 'email', value: email, }, { id: 'password', value: password, }, ], }) ); }
POST http://localhost:3333/api/signup 404 (Not Found)
ITEnthusiasm
fdundjer
vivalapanda
bradvrm
00babs00
HappyCathode
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).