mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
.cargo | ||
.github | ||
actix-cors | ||
actix-identity | ||
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-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-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. |
To add a crate to this list, submit a pull request.