Skip to content

Simple repository to show how to store JWT tokens in a secure way

License

Notifications You must be signed in to change notification settings

khaosdoctor/secure-jwt-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure JWT tokens Example

Example application to demonstrate the use of JWT tokens.

Usage

  • Run npm install or any other command to install dependencies.
  • Run npm run build to build the application.
  • Run npm start to start the application
  • It'll start listening on port 3000 and you can access it at http://localhost:3000/site for the frontend or http://localhost:3000/api for the backend.

Caveats

  • The application is not production ready.
  • The application is not fully secure.
  • It wasn't done using the best practices

About

Simple repository to show how to store JWT tokens in a secure way

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published