jwt-authorizer/README.md

29 lines
451 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, HS
- JWKS endpoint support
- Configurable refresh
2023-01-08 13:45:21 +01:00
- Claims extraction
2023-01-21 08:34:11 +01:00
- Claims checker
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
2023-02-13 08:40:22 +01:00
...
2023-01-08 13:45:21 +01:00
## Contributing
Contributions are wellcome!
## License
2023-02-13 08:40:22 +01:00
MIT