JWT eLogin

Its a full-stack login/authorization app using the MERN stack.
  • MongoDB for our database
  • Express and Node for our backend
  • React & Redux for our frontend
  • Redux for state management for our React components
  • JWT Authentication (with Redux), persisting the state to the local storage
  • Other tools : jsonwebtoken , bcrypt , mongoose ,cors, axios, react-router , bootstrap

This app will allow users to
  • Register
  • Log in
  • Access protected pages only accessible to logged in users
  • Stay logged in when they close the app or refresh the page
  • Log out