https://github.com/yoannfleurydev/jwt-decode
https://github.com/yoannfleurydev/jwt-decode
decode electron jwt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoannfleurydev/jwt-decode
- Owner: yoannfleurydev
- Created: 2018-05-29T15:32:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T19:48:50.000Z (over 7 years ago)
- Last Synced: 2025-01-26T08:45:55.908Z (11 months ago)
- Topics: decode, electron, jwt
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```