vivalapanda
Mahmoud
trivialkettle
kushal5266
Warning: You have opted-out of Automatic Static Optimization due to `getInitialProps` in `pages/_app`. This does not opt-out pages with `getStaticProps`
bradvrm
protostaarranuj
eray
PPaii
muhajirdev
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)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).