1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
Rob Ede bb553b2308
adopt actix-limitation crate (#229)
* import code from actix-limitation master branch

* fix compilation

* update legal info

* fix compile errors

* ignore failing tests

* remove futures dep

* add changelog

* update readme

* fix doc test example
2022-03-18 17:00:33 +00:00
.cargo fic doc test ci job 2021-11-22 23:48:45 +00:00
.github ignore actix-session tests on master ci 2022-03-05 23:35:19 +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 adopt actix-limitation crate (#229) 2022-03-18 17:00:33 +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-redis release 0.11.0 2022-03-15 18:01:31 +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 aliri version 2022-03-18 13:14:57 +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 the actix-web and actix frameworks.

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-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-limitation crates.io dependency status Rate-limiting using a fixed window counter for arbitrary keys, backed by Redis.
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.