xianrendzw / jwt-inspector

JWT Inspector & Debugger

Home Page:http://jwtinspector.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Stormpath is Joining Okta We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at support@stormpath.com.

JWT Inspector

JWT Inspector is a Chrome extension that lets you inspect JSON Web Tokens in requests, cookies and local storage. Also debug any JWT directly from the console or in the built-in UI.

http://www.jwtinspector.io/

How to build

Run the command below, then upload the file ./build/jwt-inspector.zip to the Chrome Web Store.

$ npm run build

How to load in Chrome

Open up Chrome and navigate to the extensions page. Click the [Load unpacked extension...] button and navigate to your project directory, and click [open].

How to develop

First load the extension into Chrome (step above) then run the command below to automatically rebuild the extension on every change.

$ npm run dev

How to test

Currently testing is done manually by using a test page. Follow the instructions below to launch the test page.

$ cd ./test/website/
$ npm install
$ open http://localhost:5000/ && node app.js

Copyright

Copyright © 2016 Stormpath, Inc. All rights reserved.

About

JWT Inspector & Debugger

http://jwtinspector.io

License:Apache License 2.0


Languages

Language:JavaScript 78.6%Language:CSS 19.3%Language:HTML 2.1%