This controller will create new account of user in database and send an email to the given email that will contain a verification code (OTP) which will be verified in /api/auth/verify/:email/:verificationCode route
/api/auth/verify/:email/:verificationCode
aayushchugh
request
response
Generated using TypeDoc
This controller will create new account of user in database and send an email to the given email that will contain a verification code (OTP) which will be verified in
/api/auth/verify/:email/:verificationCode
routeAuthor
aayushchugh