Skip to content

Releases: AnthonyDeroche/mod_authnz_jwt

v1.2.0

13 Sep 15:06
Compare
Choose a tag to compare
  • Add possibility to use a cookie as a transport for the token in addition to the Authorization header (thanks to ghetolay and weh)

v1.1.4

19 Apr 13:40
Compare
Choose a tag to compare
  • exp is not mandatory anymore, as RFC states (thanks to nikosft)
  • tests are now using libjwt 1.12.0

v1.1.3

27 Jun 19:07
f16aa89
Compare
Choose a tag to compare
  • Add autoconf for build
  • Add base64 encoding on AuthJWTSignatureSharedSecret
  • Fix decoded key length

v1.1.2

21 Jan 09:39
Compare
Choose a tag to compare
  • 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

17 Dec 16:26
Compare
Choose a tag to compare

• Fix a bug. The module was crashing when no leeway was provided.

v1.1.0

27 Nov 12:15
Compare
Choose a tag to compare
  • Specifiying the algorithm is no longer needed when decoding a token. The field "alg" is used for this purpose
  • Add tests + travis CI