-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
API URL : http://localhost:5000/api/users/login
Request Headers
- Content-Type:
application/json
Request Body
{
"password":"pass",
"email":"test@appseed.us"
}Response for success
{
"success": true,
"token": "JWT_TOKEN_HERE",
"user": {
"_id": "1",
"username": "test",
"email": "test@appseed.us"
}
}Response for failure - wrong password or email
{
"success": false,
"msg": "Wrong credentials"
}Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed