Current section
Files
Jump to
Current section
Files
json_web_token
CHANGELOG.md
CHANGELOG.md
## Changelog
### v0.2.4 (2016-01-16)
* enhancements
* Support RSA private keys encoded with ASN.1 and associated header
* Support passing an RSA key into a function as a string
* Update dependency versions
### v0.2.3 (2015-12-15)
* enhancements
* README mention of jwt_claims Hex package for verifying registered claim names
* Update dependency versions
### v0.2.2 (2015-10-06)
* enhancements
* Elixir version ~> 1.1
* Update dependency versions
* README mention of jwt_claims Hex package for registered claim names
### v0.2.1 (2015-09-30)
* bug fix
* Remove invalid RSA validate_message_size/1
### v0.2.0 (2015-08-22)
* enhancements
* JsonWebToken, Jwt, and Jws verify/2 return values for successful verification
### v0.1.1 (2015-08-10)
* enhancements
* Jwt and Jws verify/2 return values for failed verification
* RsaUtil path_to_keys
### v0.1.0 (2015-08-02)
* enhancements
* ECDSA signature validation
### v0.0.1 (2015-07-31)
* initial
* initial release, supporting HMAC, RSASSA-PKCS-v1_5, and ECDSA encryption algorithms