mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore: release 0.8.0
This commit is contained in:
parent
1d5bdf83ca
commit
3b2ad550c3
3 changed files with 15 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -7,13 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.8.0 (2023-02-28)
|
||||
|
||||
### Added
|
||||
|
||||
- validation configuration (exp, nbf, aud, iss, disable_validation)
|
||||
- more integration tests added
|
||||
|
||||
### Fixed
|
||||
|
||||
- `JwtAuthorizer.from_ec()`, `JwtAuthorizer.from_ed()` imported PEM as DER resulting in failed validations
|
||||
|
||||
## 0.7.0 (2023-02-14)
|
||||
|
||||
### Changed
|
||||
|
||||
- Refresh configuration - simplification, minimal_refresh_interval removed (replaced by refresh_interval in KeyNotFound refresh strategy)
|
||||
- Refresh configuration - simplification, minimal_refresh_interval removed (replaced by refresh_interval in KeyNotFound refresh strategy)
|
||||
|
||||
### Added
|
||||
### Added
|
||||
|
||||
- integration tests, unit tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue