mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
refacor: KeyStore, KeySource
- (performance) build DecodingKey once (per refresh) - (security) store algorithm in KeyData
This commit is contained in:
parent
8f55bf9d3e
commit
ca14e15b67
6 changed files with 125 additions and 63 deletions
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.8.1 (?-?-?)
|
||||
|
||||
No public API changes, no new features.
|
||||
|
||||
### Changed
|
||||
|
||||
- KeyStore, KeySource refactor for better performance and security
|
||||
|
||||
## 0.8.0 (2023-02-28)
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue