jwt-authorizer/README.md

33 lines
592 B
Markdown
Raw Normal View History

2023-01-08 13:45:21 +01:00
# jwt-authorizer
JWT authorizer Layer for Axum.
## Features
2023-01-25 08:38:09 +01:00
- JWT token verification (Bearer)
- Algoritms: ECDSA, RSA, EdDSA, HMAC
2023-01-25 08:38:09 +01:00
- JWKS endpoint support
- Configurable refresh
- OpenId Connect Discovery
- Validation
- exp, nbf, iss, aud
2023-01-08 13:45:21 +01:00
- Claims extraction
2023-01-21 08:34:11 +01:00
- Claims checker
- Tracing support (error logging)
2023-01-08 13:45:21 +01:00
## Usage
See documentation of the [`jwt-authorizer`](./jwt-authorizer/docs/README.md) module or the [`demo-server`](./demo-server/) example.
2023-02-13 08:40:22 +01:00
## Development
2023-01-08 13:45:21 +01:00
Minimum supported Rust version is 1.65.
2023-01-08 13:45:21 +01:00
## Contributing
Contributions are wellcome!
## License
2023-02-13 08:40:22 +01:00
MIT