User Login Register with JWT- React front-end and Node and MySQL REST API back-end
- User Registration
- User login and authentication via Json Web Tokens (JWT)
- Password Reset via email using one-time use expired link via JWTs
In config/config.json:
- Set your database connection parameters
In .env file:
- NODE_ENV=,
- EMAIL_LOGIN=
- EMAIL_PASSWORD=
- jwtPrivateKey=
npm install && npm run client-install
npm run test
npm run dev