Skip to content

0.11.0

Compare
Choose a tag to compare
@cduvray cduvray released this 06 Sep 05:44
· 54 commits to main since this release
  • 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