I'm using node, is there a way to manually verify a user's email without them having to use a link?
r
rp_st
02/17/2023, 7:07 AM
Yea. Call the createEmailVerificationToken function to get the token, and then pass it to the verifyEmailUsingToken function to verify the user's email
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).