How do I verify emails before users register
I tried
r
rp_st
02/12/2023, 11:53 AM
Hey @Aithusa
rp_st
02/12/2023, 11:54 AM
Email verification requires a user to be created in supertokens and for them to have a session
rp_st
02/12/2023, 11:54 AM
If you meant that the user needs to have their email verified before they can access the app, then you should set the email verification mode to REQUIRED.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).