Skip to content

A simple app implementing JWT in a login page. Using React JS, Node JS and Express.

License

Notifications You must be signed in to change notification settings

thiguet/jwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Example

A simple app implementing JWT in a login page. Using React JS, Node JS and Express.

Installation

This example requires Node.js to run.

Install the dependencies and start the server (frontend and backend).

  • Frontend
cd jwt_example/frontend
npm install
npm run start
  • Backend
cd jwt_example/backend
npm install
node index.js

About

A simple app implementing JWT in a login page. Using React JS, Node JS and Express.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published