Request /login
{
"email": "test@testing.com",
"password": "test123"
}Request /api/login
{
"email": "eve.holt@reqres.in",
"password": "cityslicka"
}Response == 200
{
"token": "QpwL5tke4Pnpja7X4"
}Request /api/login
{
"email": "eve.holt@reqres.in",
"password": "pistol"
}Response == 200
{
"id": 4,
"token": "QpwL5tke4Pnpja7X4"
}Visit reqres website for full documentation
- Cleaning code
- Deploying
- Logout functionality
- Add redux persist
- Warning error on crud (resolved)
- State not changing when login (need persist)
- Redux issues
- Sometimes success login message not working
- About page image hover create layout problem
