mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore: release 0.6.0
This commit is contained in:
parent
f1b11ecf3b
commit
3a6a31b418
4 changed files with 27 additions and 12 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.6.0 (2023-02-05)
|
||||
|
||||
### Added
|
||||
|
||||
- JwtAuthorizer::from_oidc(issuer_uri) - building from oidc discovery page
|
||||
|
||||
### Chnaged
|
||||
|
||||
- JwtAuthorizer::layer() becomes async
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- demo-server refactoring
|
||||
|
||||
## 0.5.0 - (2023-1-28)
|
||||
|
||||
### Changed
|
||||
|
|
@ -47,10 +61,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## 0.3.0 - (2023-1-13)
|
||||
|
||||
### Added
|
||||
### Added
|
||||
|
||||
- building the authorizer layer from rsa, ec, ed PEM files and from secret phrase (9bd99b2a)
|
||||
- building the authorizer layer from rsa, ec, ed PEM files and from secret phrase (9bd99b2a)
|
||||
|
||||
## 0.2.0 - (2023-1-10)
|
||||
|
||||
Initial release
|
||||
Initial release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue