mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2026-02-02 17:35:10 +01:00
refactor: JwtAuthorizer::IntoLayer -> Authorizer::IntoLayer
- better error management (avoids composite errors when transforming multiple builder into layer)
This commit is contained in:
parent
3d5367da88
commit
e815d35a55
9 changed files with 140 additions and 117 deletions
|
|
@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## 0.11 (2023-xx-xx)
|
||||
|
||||
- support for multiple authorizers
|
||||
- JwtAuthorizer.layer() deprecated in favor of JwtAuthorizer.into_layer()
|
||||
- JwtAuthorizer::layer() deprecated in favor of JwtAuthorizer::build() and IntoLayer::into_layer()
|
||||
|
||||
## 0.10.1 (2023-07-11)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue