mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
06f17ec223
* Assert allowed origin in Cors builder * Add panic test for wildcard * Add changelog entry * rustfmt * Apply suggestions from code review Co-authored-by: Rob Ede <robjtede@icloud.com> Co-authored-by: Rob Ede <robjtede@icloud.com> |
||
---|---|---|
.github | ||
actix-cors | ||
actix-identity | ||
actix-protobuf | ||
actix-redis | ||
actix-session | ||
actix-web-httpauth | ||
.editorconfig | ||
.gitignore | ||
Cargo.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-limitation | Rate limiting using a fixed window counter for arbitrary keys, backed by Redis. |
To add a crate to this list, submit a pull request.