Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 597 Bytes

File metadata and controls

19 lines (15 loc) · 597 Bytes

JWT e-Login

About this app

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