Day 4 of my full stack project
Firstly, Solved the error which I had on Day3
It was a minute error
Completed all the backend authentication
Register
Login
Logout
Forgot Password
Reset Password
A little preview of the login code, rest are pretty similar
Using JWT Tokens for authentication and stuff
For reset password sending mail to the user with Nodemailer
Current structure of the project
For next session I'm planning to finish the Backend User Routes APIs.
###