Current section
Files
Jump to
Current section
Files
kitten_blue
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.2.1
* Add JWK.find_key_to_issue
## 0.2.0
* Update jose version and support other algs at jwk
## 0.1.8
* Use Jason as JSON module and relax some deps (thanks to enerick)
## 0.1.7
* Support Apple's JWKs
## 0.1.6
* Add function for varidation standard claims
## 0.1.5
* Add header parameter for optional param when generation/verification JWS
## 0.1.4
* Relax a dependency requirement of :httpoison (thanks to enerick)
* remove doctest from JWK.GoogleTest (thanks to enerick)
## 0.1.3
* update deps
* support google jwks handling module
## 0.1.2 (2018-04-09)
* Add functions for converting to compact storable format.
## 0.1.1 (2018-01-05)
* Delete initial module by `mix new` command
## 0.1.0 (2018-01-05)
* Initial Release