mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore: release 0.9.0
This commit is contained in:
parent
bad5ad18f3
commit
f45568a044
3 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.9.0 (2023-04-14)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Other sources for jwt token are configurable (#10)
|
||||||
|
- Cookie
|
||||||
|
- AuthorizationHeader (default)
|
||||||
|
- Raw PEM file content as an input for JwtAuthorizer (#15)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Remove 'static lifetime requirement (#8)
|
||||||
|
|
||||||
## 0.8.1 (2023-03-16)
|
## 0.8.1 (2023-03-16)
|
||||||
|
|
||||||
No public API changes, no new features.
|
No public API changes, no new features.
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -723,7 +723,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jwt-authorizer"
|
name = "jwt-authorizer"
|
||||||
version = "0.8.1"
|
version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jwt-authorizer"
|
name = "jwt-authorizer"
|
||||||
description = "jwt authorizer middleware for axum"
|
description = "jwt authorizer middleware for axum"
|
||||||
version = "0.8.1"
|
version = "0.9.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["cduvray <c_duvray@proton.me>"]
|
authors = ["cduvray <c_duvray@proton.me>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue