An open API service indexing awesome lists of open source software.

https://github.com/yoannfleurydev/jwt-decode


https://github.com/yoannfleurydev/jwt-decode

decode electron jwt

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# JWT Decode

Decode JWT with using one keystroke. 😱

## Usage

Select the JWT you want to decode. Run the program. You're done, you know have
the information of the JSON Web Token.

## Tips

### Floating Window for i3

If you use i3, you probably want the window to float, here is the config to add.

```
for_window [class="jwt-decode"] floating enable
```