mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-12 08:00:07 +01:00
28 lines
451 B
Markdown
28 lines
451 B
Markdown
# jwt-authorizer
|
|
|
|
JWT authorizer Layer for Axum.
|
|
|
|
## Features
|
|
|
|
- JWT token verification (Bearer)
|
|
- Algoritms: ECDSA, RSA, EdDSA, HS
|
|
- JWKS endpoint support
|
|
- Configurable refresh
|
|
- Claims extraction
|
|
- Claims checker
|
|
|
|
## Usage
|
|
|
|
See documentation of the [`jwt-authorizer`](./jwt-authorizer/docs/README.md) module or the [`demo-server`](./demo-server/) example.
|
|
|
|
## Development
|
|
|
|
...
|
|
|
|
## Contributing
|
|
|
|
Contributions are wellcome!
|
|
|
|
## License
|
|
|
|
MIT
|