Hey @rp_st got 2 questions, how can I acheive the flow where I do send an email verification email but its not really necessary at the moment to verify the email before logging in, they can do that at a later time. How can that be done any place I can reference?. The second question is can I use sendgrid for the email sending?
r
rp_st
04/04/2024, 7:06 AM
hey @khanprog this is possible. You want to:
- Set email verification as optional mode on the frontend / backend when initialising the recipe
- Post sign up, on the frontend, you can call the api to send an email verification email in the background.
- To send emails using sendgrid, search for the email delivery -> custom method in our docs
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).