mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2026-02-02 09:25:09 +01:00
chore: release 0.10.0
This commit is contained in:
parent
d3fc883006
commit
7f9ad54694
4 changed files with 13 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# jwt-authorizer
|
||||
|
||||
JWT authorizer Layer for Axum and Tonic.
|
||||
JWT authorizer Layer for Axum.
|
||||
|
||||
[](https://github.com/tokio-rs/cduvray/jwt-authorizer/workflows/ci.yml)
|
||||
[](https://crates.io/crates/jwt-authorizer)
|
||||
|
|
@ -16,8 +16,10 @@ JWT authorizer Layer for Axum and Tonic.
|
|||
- Validation
|
||||
- exp, nbf, iss, aud
|
||||
- Claims extraction
|
||||
- into custom deserializable structs or into `RegisteredClaims` (default)
|
||||
- Claims checker
|
||||
- Tracing support (error logging)
|
||||
- *tonic* support
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue