Skip to content

khaosdoctor/secure-jwt-tokens

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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