Skip to content

Commit

Permalink
Updates the readme of JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed May 18, 2018
1 parent 3d18b67 commit 29be19a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -97,11 +97,9 @@ Returns a new random UUID. You can specify the generated UUID version:
- Version 5, based on SHA1 hashing of (namespace(UUID), value) (RFC 4122)

### JWT command
Decodes a jwt and pretty prints the resulting json.

Further TODOs:
- Signature validation
- JWT creation
Decodes a jwt and pretty prints the resulting json. You can also pass
a secret (base64 or plain) within a file or as program argument to verify
the jwt signature.

### Random command
Generates random strings and numbers. Currently supported functions are:
Expand Down

0 comments on commit 29be19a

Please sign in to comment.