mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
* build(deps): bump deadpool-redis from 0.20.0 to 0.21.1 Bumps [deadpool-redis](https://github.com/bikeshedder/deadpool) from 0.20.0 to 0.21.1. - [Changelog](https://github.com/deadpool-rs/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.20.0...deadpool-redis-v0.21.1) --- updated-dependencies: - dependency-name: deadpool-redis dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update redis crate * Update MSRV --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
actix-web-httpauth
HTTP authentication schemes for Actix Web.
Documentation & Resources
- API Documentation
- Minimum Supported Rust Version (MSRV): 1.57
Features
- Typed Authorization and WWW-Authenticate headers
- Extractors for authorization headers
- Middleware for easier authorization checking
All supported schemas can be used in both middleware and request handlers.