All Projects → jamiekurtz → onlineJwtBuilder

jamiekurtz / onlineJwtBuilder

Licence: GPL-3.0 license
Web page used to generate fake, but valid, JSON Web Tokens.

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
CSS
56736 projects

Online JSON Web Token Builder

NodeJS-based web application used to generate signed valid JSON Web Tokens to be used for testing. You can include both standard and custom claims, as well as specify your own symmetric signing key.

Future plans for:

  • Saving form data to browser local storage
  • "Import Token" button, to populate the claims from an existing token

The live site for this application is here: http://jwtbuilder.jamiekurtz.com

Developer Guide

  1. Ensure NodeJS is installed
  2. Run npm install from this project folder to install/configure all modules
  3. Run npm start to start the server
  4. Browse to http://localhost:3000 to view the site
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].