1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
Luca Palmieri b1cea64795
Rebuild actix-identity on top of actix-session (#246)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-09 19:00:15 +01:00
.cargo Do not run tests on MSRV (#250) 2022-05-25 14:07:31 +01:00
.github rename post-merge ci job 2022-07-04 16:44:48 +01:00
actix-cors Add a new configuration parameter to refresh the TTL of the session even if unchanged (#233) 2022-07-03 21:18:14 +01:00
actix-identity Rebuild actix-identity on top of actix-session (#246) 2022-07-09 19:00:15 +01:00
actix-limitation Add a new configuration parameter to refresh the TTL of the session even if unchanged (#233) 2022-07-03 21:18:14 +01:00
actix-protobuf prepare actix-protobuf release 0.8.0 2022-06-26 00:36:27 +01:00
actix-redis Bump up MSRV to 1.57 (#256) 2022-06-22 20:42:46 +09:00
actix-session Rebuild actix-identity on top of actix-session (#246) 2022-07-09 19:00:15 +01:00
actix-web-httpauth Bump up MSRV to 1.57 (#256) 2022-06-22 20:42:46 +09: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 up MSRV to 1.57 (#256) 2022-06-22 20:42:46 +09: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 Changed description for actix-ws inside README (#255) 2022-06-16 20:43:41 +01:00
rustfmt.toml Consistent import formatting (#237) 2022-03-29 11:46:13 +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-web-lab crates.io dependency status Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
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 Actor-less Websockets for the Actix Runtime.
actix-hash crates.io dependency status Hashing utilities for Actix Web.

To add a crate to this list, submit a pull request.