AlexGalhardo / secure-jwt-tokens

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • testing git with ssh
  • testing ssh again

About

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

License:MIT License


Languages

Language:TypeScript 44.7%Language:HTML 27.2%Language:JavaScript 26.8%Language:Shell 1.3%