Skip to content

EdReactDeveloper/testtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. to start the app run: npm start
  2. technologies: React/Redux, react-bootstrap
  3. functionality: register, login, logout, fetch a web api, field validation, pagination, search
  4. the auth process is localStorage based:
  • the user is registered by saving his encrypted(hashed) credentials in localStorage as a simple web token
  • to login, the hashed credentials must match the webtoken which allowes the app to change the isLogged property from false to true
  • logout changes the the isLoggedIn property back to false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published