achebrol / JWT

Chrome extension to show decoded JWT token used by last HTTP request that used it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT

A simple chrome extension to view the last used JWT.

How it works?

It monitors the requests in each tab which have:

Authorization: Bearer JWT

HTTP header and caches the last used JWT. It also adds a page action to the Chrome toolbar. When the user clicks on it the information about cached request and JWT is shown in the pop-up like this:

JWT Chrome Extension Pop-up Screenshot

About

Chrome extension to show decoded JWT token used by last HTTP request that used it.


Languages

Language:JavaScript 66.3%Language:HTML 33.7%