mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore: release 0.11.0
This commit is contained in:
parent
6adce03c17
commit
310444007d
3 changed files with 6 additions and 3 deletions
|
|
@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.11 (2023-xx-xx)
|
||||
## 0.11.0 (2023-09-06)
|
||||
|
||||
- support for multiple authorizers
|
||||
- JwtAuthorizer::layer() deprecated in favor of JwtAuthorizer::build() and IntoLayer::into_layer()
|
||||
- better optional claims extraction (commit: 940acb17a1de82788bc72c3657da87609ce741e9)
|
||||
- error 401 rather than INTERNAL_SERVER_ERROR, when no claims exist (no authorizer layer)
|
||||
- do not log error
|
||||
|
||||
## 0.10.1 (2023-07-11)
|
||||
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -933,7 +933,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jwt-authorizer"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"chrono",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "jwt-authorizer"
|
||||
description = "jwt authorizer middleware for axum and tonic"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
authors = ["cduvray <c_duvray@proton.me>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue