Skip to content

Releases: cduvray/jwt-authorizer

0.15.0

27 Aug 05:33
Compare
Choose a tag to compare

0.14.0

22 Jan 06:35
Compare
Choose a tag to compare
  • update to axum 0.7
    • tower-http 0.5, header 0.4, http 1.0
  • jsonwebtoken 9.2
  • tonic support removed temporarily (waiting for tonic migration to axum 0.7)

0.13.0

21 Nov 07:02
Compare
Choose a tag to compare
  • added support for custom http client in jwks discovery (fixes #41)
  • algs added to configurable validation options
  • missing alg in JWK no longer defaults to RS256 but to all algs of the same alg familly
  • jsonwebtoken updated (8.3.0 -> 9.1.0)
  • make RegisteredClaims serializable (fixes #38)

0.12.0

14 Oct 12:01
Compare
Choose a tag to compare

0.11.0

06 Sep 05:44
Compare
Choose a tag to compare
  • support for multiple authorizers
    • JwtAuthorizer::layer() deprecated in favor of JwtAuthorizer::build() and IntoLayer::into_layer()
  • better optional claims extraction (commit: 940acb1)
    • error 401 rather than INTERNAL_SERVER_ERROR, when no claims exist (no authorizer layer)
    • do not log error

0.10.1

11 Jul 06:38
Compare
Choose a tag to compare

0.10.0

19 May 13:00
Compare
Choose a tag to compare

0.9.0

14 Apr 06:01
Compare
Choose a tag to compare

0.8.1

16 Mar 06:23
Compare
Choose a tag to compare

0.8.0

28 Feb 06:51
Compare
Choose a tag to compare