Skip to content

Sample project with authorization via email and password.

Notifications You must be signed in to change notification settings

Orangesoft-Development/authorization-reactjs-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Sample project with authorization via email and password.

What is implemented:

  1. Saving a password and email in a browser;
  2. Saving the session the next time you log in;
  3. Checking the jwt token for freshness;
  4. Private routes for authorized users only.

What is used:

  1. React + Redux;
  2. JWT token;
  3. React-router;
  4. SCSS.

How to start

Develompment

  1. install node.js
  2. run in terminal npm install
  3. run in terminal npm start
  4. open in browser localhost:3000

Production

  1. install node.js
  2. run in terminal npm install
  3. run in terminal npm run build

About

Sample project with authorization via email and password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published