Check if username, email and password are valid when user register
Check if email and password are correct when user user logs in
How should this be manually tested?
POST api/auth/signupPOST api/auth/login
Any background context you want to provide?
The traditional authentication uses cookies and sessions with JWT every single request from a client to the server, a token is passed for authentication
What does this PR do?
Description of Task to be completed?
How should this be manually tested?
POST api/auth/signup
POST api/auth/login
Any background context you want to provide?
The traditional authentication uses cookies and sessions with JWT every single request from a client to the server, a token is passed for authentication
What are the relevant pivotal tracker stories?
165020116
Screenshots (if appropriate)
N/A
Questions:
N/A