auth0 / jwt-debugger-extension

JWT Debugger extension based on JWT.io

Home Page:https://chrome.google.com/webstore/detail/jwt-debugger/ppmmlchacdbknfphdeafcbmklcghghmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##JWT Debugger Extension

JWT Debugger screenshot

How to build

First, install the required dependencies:

npm install

In order to build the project execute:

grunt chrome-extension

The resulting files will be located in the dist directory. Open Chrome, go to Extensions, enable Developer Mode, and then load the unpacked extension from the dist directory.

Hacking

Main JavaScript files are located inside the js directory. HTML files are generated from the Jade files located in view. Dependencies are handled with npm and bundled using Webpack. The extension-deps directory is for static dependencies.

About

JWT Debugger extension based on JWT.io

https://chrome.google.com/webstore/detail/jwt-debugger/ppmmlchacdbknfphdeafcbmklcghghmd

License:MIT License


Languages

Language:CSS 65.0%Language:JavaScript 23.3%Language:HTML 11.8%