1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
2022-03-25 23:28:11 +00:00
.cargo fic doc test ci job 2021-11-22 23:48:45 +00:00
.github limitation clean up (#232) 2022-03-20 00:40:34 +00:00
actix-cors prepare actix-cors release 0.6.1 2022-03-07 21:04:36 +00:00
actix-identity clippy 2022-03-15 18:04:13 +00:00
actix-limitation prepare actix-limitation release 0.2.0 2022-03-22 15:36:51 +00:00
actix-protobuf prepare actix-identity release 0.4.0 2022-03-01 04:13:56 +00:00
actix-redis prepare actix-redis release 0.11.0 2022-03-15 18:01:31 +00:00
actix-session prepare actix-session release 0.6.2 2022-03-25 23:28:11 +00:00
actix-web-httpauth fix test 2022-03-01 04:30:10 +00:00
.editorconfig merge project metadata 2020-01-30 00:31:25 +00:00
.gitignore bump prost to 0.9 2022-02-03 22:14:13 +00:00
Cargo.toml adopt actix-limitation crate (#229) 2022-03-18 17:00:33 +00:00
clippy.toml bump msrv to 1.54 2021-12-29 09:42:31 +00:00
codecov.yml simplify ci like actix-web (#165) 2021-03-22 11:46:02 +00:00
LICENSE-APACHE merge project metadata 2020-01-30 00:31:25 +00:00
LICENSE-MIT fix badge links 2020-01-30 01:50:18 +00:00
README.md update readme 2022-03-22 15:42:13 +00:00
rustfmt.toml bump msrv to 1.51 2021-08-30 23:10:36 +01:00

actix-extras

A collection of additional crates supporting Actix Web.

CI codecov Chat on Discord Dependency Status

Crates by @actix

Crate
actix-cors crates.io dependency status Cross-origin resource sharing (CORS) for actix-web applications.
actix-identity crates.io dependency status Identity service for actix-web framework.
actix-limitation crates.io dependency status Rate-limiting using a fixed window counter for arbitrary keys, backed by Redis.
actix-protobuf crates.io dependency status Protobuf support for actix-web framework.
actix-redis crates.io dependency status Redis integration for actix framework.
actix-session crates.io dependency status Session for actix-web framework.
actix-web-httpauth crates.io dependency status HTTP authentication schemes for actix-web.

Community Crates

These crates are provided by the community.

Crate
actix-form-data crates.io dependency status Rate-limiting backed by form-data.
actix-governor crates.io dependency status Rate-limiting backed by governor.
actix-casbin crates.io dependency status Authorization library that supports access control models like ACL, RBAC & ABAC.
actix-ip-filter crates.io dependency status IP address filter. Supports glob patterns.
actix-web-static-files crates.io dependency status Static files as embedded resources.
actix-web-grants crates.io dependency status Extension for validating user authorities.
aliri_actix crates.io dependency status Endpoint authorization and authentication using scoped OAuth2 JWT tokens.
actix-web-flash-messages crates.io dependency status Support for flash messages/one-time notifications in actix-web.
awmp crates.io dependency status An easy to use wrapper around multipart fields for Actix Web.
tracing-actix-web crates.io dependency status A middleware to collect telemetry data from applications built on top of the actix-web framework.
actix-ws crates.io dependency status 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.