AllNotes icon indicating copy to clipboard operation
AllNotes copied to clipboard

Implement the complete Login and Signup Feature

Open HarshCasper opened this issue 4 years ago • 3 comments

Description

Integrate the Login and Signup APIs with the Login and Signup Screen.

Signup Route

The Signup Route should be refactored to this:

@route POST api/users @desc Register user @access Public

This must be a public route, implies no verification is required to access this route.

Login Route

@route POST api/users/login @desc Login user @access Public

Miscellaneous

Rest all routes should be private and should not be visible unless the User is logged in.

HarshCasper avatar Mar 07 '21 11:03 HarshCasper

cc: @Sonali12920 @MudraSurana

HarshCasper avatar Mar 07 '21 11:03 HarshCasper

@Sonali12920, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute.

github-actions[bot] avatar Mar 28 '21 12:03 github-actions[bot]

@MudraSurana, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute.

github-actions[bot] avatar May 09 '21 13:05 github-actions[bot]