Releases: AnthonyDeroche/mod_authnz_jwt
Releases · AnthonyDeroche/mod_authnz_jwt
v1.2.0
v1.1.4
- exp is not mandatory anymore, as RFC states (thanks to nikosft)
- tests are now using libjwt 1.12.0
v1.1.3
- Add autoconf for build
- Add base64 encoding on AuthJWTSignatureSharedSecret
- Fix decoded key length
v1.1.2
- Add CentOS/Fedora script for running tests (move tmp files from /tmp to /opt because of privatetmp feature)
- Add an explicit check on content type when using login feature. application/x-www-form-urlencoded is expected.
v1.1.1
• Fix a bug. The module was crashing when no leeway was provided.
v1.1.0
- Specifiying the algorithm is no longer needed when decoding a token. The field "alg" is used for this purpose
- Add tests + travis CI