JWT authorization layer for Axum.
Find a file
2023-02-14 07:30:45 +01:00
config doc: README.md, CHANGELOG.md 2023-02-14 07:30:45 +01:00
demo-server chore: key file renaming 2023-02-12 09:04:38 +01:00
jwt-authorizer doc: README.md, CHANGELOG.md 2023-02-14 07:30:45 +01:00
.editorconfig refactor: Authorizer::build 2023-02-01 22:09:06 +01:00
.gitignore chore: fmt 2023-01-09 07:37:25 +01:00
Cargo.lock feat: integration tests 2023-02-11 20:48:59 +01:00
Cargo.toml chore: fmt 2023-01-09 07:37:25 +01:00
CHANGELOG.md doc: README.md, CHANGELOG.md 2023-02-14 07:30:45 +01:00
LICENSE Initial commit 2023-01-08 14:50:54 +01:00
README.md doc: README.md, CHANGELOG.md 2023-02-14 07:30:45 +01:00
rustfmt.toml chore: fmt 2023-01-28 08:43:51 +01:00

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