HarshCasper / HarshCasper/AllNotes

Implement the complete Login and Signup Feature

Open
#51 3 comments 0 reactions 0 assignees View on GitHub
Assigned Backend-Dev Frontend-Dev Medium WooTech-20
Dominant language
JavaScript
Stars
43
Forks
28
PR merge metrics
No merged PRs in 30d

Description

## 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.