Implemented JWT Authentication Flow: Login, Logout, Register.
/api/users/register
: create a new user/api/users/login
: authenticate an existing user/api/users/logout
: delete the associated JWT token/api/users/checkSession
: check an existing JWT Token for validity/api/users/edit
- edit the information associated with a registered user http://localhost:5000
and we can move on with the setup and build the React UI.The backend API server address is saved insrc/config.js
.