mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2026-02-02 17:35:10 +01:00
This commit is contained in:
parent
28c7eedcd5
commit
683f932468
12 changed files with 471 additions and 75 deletions
|
|
@ -5,11 +5,15 @@ JWT authorizer Layer for Axum.
|
|||
## Features
|
||||
|
||||
- JWT token verification (Bearer)
|
||||
- Algoritms: ECDSA, RSA, EdDSA, HS
|
||||
- Algoritms: ECDSA, RSA, EdDSA, HMAC
|
||||
- JWKS endpoint support
|
||||
- Configurable refresh
|
||||
- OpenId Connect Discovery
|
||||
- Validation
|
||||
- exp, nbf, iss, aud
|
||||
- Claims extraction
|
||||
- Claims checker
|
||||
- Tracing support (error logging)
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
@ -17,7 +21,7 @@ See documentation of the [`jwt-authorizer`](./jwt-authorizer/docs/README.md) mod
|
|||
|
||||
## Development
|
||||
|
||||
...
|
||||
Minimum supported Rust version is 1.65.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue