Basic JWT authentication REST APIs:
- Login
- Register
- Forgotten password reset
- Authorization through social networks: Google and Facebook
- Get user information
- Get all user information based on authorized user role
- Execute
npm i - Configure all .env variables (example .env.example)
- Execute
npm start - Open http://localhost:5000/