mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
JWT authorization layer for Axum.
|
|
||
|---|---|---|
| .github/workflows | ||
| config | ||
| demo-server | ||
| jwt-authorizer | ||
| .editorconfig | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
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 module or the demo-server example.
Development
...
Contributing
Contributions are wellcome!
License
MIT