Testing Auth Route(Login, Register, Send OTP) API #40
Closed
manojtsx
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a list of route with tasks:
POST /api/auth/register
- Registers the userPOST /api/auth/login
- Registers the userPOST /api/auth/sendOTP
- Send OTP to the email providedNote: Don't forget to look at the changes in the database after calling the API everytime.
Beta Was this translation helpful? Give feedback.
All reactions