srummanf / Blog---MEN-Stack

0 stars 1 forks source link

[Feature]: Implemented User Authentication and Registration #2

Open hariketsheth opened 1 year ago

hariketsheth commented 1 year ago

Description

This pull request addresses Issue #1 , which proposes the addition of User Authentication and Registration Functionality to the project. The following tasks are completed as a part of the same

Related Issue

Fixes #1

Screenshots

image

image

image

Checklist

@srummanf If you could please review this PR. 🎉 Thank you !

srummanf commented 1 year ago

Hello Bhaiyya, Can you check server>routes>admin.js file, I have already added that functionality. You can make these changes at that file.

hariketsheth commented 1 year ago

Hello Bhaiyya, Can you check server>routes>admin.js file, I have already added that functionality. You can make these changes at that file.

Hey Rumman, I missed that file out. I have removed the redundant routes. Additionally, I have added validation to the register route and added Profile Updation