/secure-jwt-tokens

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

Primary LanguageTypeScriptMIT LicenseMIT

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