doc: multi authorizer

This commit is contained in:
cduvray 2023-08-14 08:04:53 +02:00
parent 50c2ecac38
commit 36bc0fca7d
2 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.11 (2023-xx-xx)
- support for multiple authorizers
- JwtAuthorizer.layer() deprecated in favor of JwtAuthorizer.into_layer()
## 0.10.1 (2023-07-11)
### Fixed