mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
.cargo | ||
.github | ||
actix-cors | ||
actix-identity | ||
actix-limitation | ||
actix-protobuf | ||
actix-redis | ||
actix-session | ||
actix-web-httpauth | ||
.editorconfig | ||
.gitignore | ||
Cargo.toml | ||
clippy.toml | ||
codecov.yml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rustfmt.toml |
actix-extras
A collection of additional crates supporting the actix-web and actix frameworks.
Crates by @actix
Crate | ||
---|---|---|
actix-cors | Cross-origin resource sharing (CORS) for actix-web applications. | |
actix-identity | Identity service for actix-web framework. | |
actix-protobuf | Protobuf support for actix-web framework. | |
actix-redis | Redis integration for actix framework. | |
actix-session | Session for actix-web framework. | |
actix-web-httpauth | HTTP authentication schemes for actix-web. |
Community Crates
These crates are provided by the community.
Crate | ||
---|---|---|
actix-form-data | Rate-limiting backed by form-data. | |
actix-governor | Rate-limiting backed by governor. | |
actix-limitation | Rate-limiting using a fixed window counter for arbitrary keys, backed by Redis. | |
actix-casbin | Authorization library that supports access control models like ACL, RBAC & ABAC. | |
actix-ip-filter | IP address filter. Supports glob patterns. | |
actix-web-static-files | Static files as embedded resources. | |
actix-web-grants | Extension for validating user authorities. | |
aliri_actix | Endpoint authorization and authentication using scoped OAuth2 JWT tokens. | |
actix-web-flash-messages | Support for flash messages/one-time notifications in actix-web . |
|
awmp | An easy to use wrapper around multipart fields for Actix Web. | |
tracing-actix-web | A middleware to collect telemetry data from applications built on top of the actix-web framework. | |
actix-ws | A middleware to collect telemetry data from applications built on top of the actix-web framework. |
To add a crate to this list, submit a pull request.