2019-01-05 20:32:04 -04:00
2019-03-27 11:17:29 -03:00
2018-11-15 22:12:39 -04:00
2019-01-05 20:17:39 -04:00
2019-01-05 20:32:04 -04:00

Jot

A utility application for Decoding and Verifying JWT tokens.

JWT tokens are a common format for Tokens used by REST APIs. From Auth0

JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.

This application decodes the token and displays the contents of the JWT Payload. Useful for veryifying the contents of your token are correct and quickly checking when the token expires or was issued.

Example token decoded and payload contents displayed

Description
A macOS utility application for Decoding and Verifying JWT tokens.
Readme MIT 510 KiB
2019-03-27 14:17:29 +00:00
Languages
Swift 100%