Skip to content

Releases: mike-engel/jwt-cli

RSA support and JWT decoding

07 Mar 06:58
d111f67
Compare
Choose a tag to compare
Pre-release

0.2.0

2017-03-06

Second prerelease!

This adds some new features:

  • JWTs can now be decoded
  • RSA support for encoding and decoding

What's still missing:

  • Cannot decode the header (upstream issues)
  • Cannot encode or decode ES tokens
  • Custom typ and kid header fields

Initial prerelease

06 Mar 06:39
55382f1
Compare
Choose a tag to compare
Initial prerelease Pre-release
Pre-release

First prerelease! 0.1.0

This is the first prerelease of jwt-cli. The name will change
eventually.

The following features are supported:

  • encode a JWT
  • provide a custom algorithm, payload, and secret
  • os x/mac os only

What's missing:

  • can't change the typ or add a kid to the header
  • only supports HMAC algorithms
  • it hasn't been refactors
  • cross platform support

What I'm planning:

  • support for all algorithms
  • refactor to be even more functional
  • submit an upstream patch to frank_jwt to allow custom typ and kid headers
  • cross platform support