jwtgen
Version:
JWT key generator
34 lines (18 loc) • 432 B
Markdown
Change Log
# 2.2.0 (2017-06-14)
## Fixes:
* Fixed issue with reading in private key for RS256
## Internal:
* Better error handling
* Tests use actual private key file
* Updated dependencies
# 2.1.0 (2017-04-19)
## New:
* Added support for array and object claims
# 2.0.0 (2016-11-17)
## New:
* Added support for JWT headers
## Internal:
* Updated version of Mocha to 3
# 1.0.0 (2016-03-09)
Initial Release