Packages
Browse packages indexed by the registry.
A Rust library to retrieve info about IP of incoming requests for actix-web.
A simple job scheduler for Actix
A procedural macro to reduce json response boilerplate on actix projects.
A helper type for json responses with Actix-web
A user and client-friendly JSON validator for Actix Web that automatically returns structured, nested error messages for invalid requests.
Full-featured JWT authentication middleware for actix-web: login, logout, refresh, token rotation, cookie management, RSA/HMAC, RBAC authorizer, pluggable token store
This crate implements a JSON Webtoken (JWT) middleware for the actix-web framework.
This crate provides a derive macro for the actix-web::FromRequest trait
This crate provides a derive macro for the actix-web::FromRequest trait
Actix middleware for authenticating JWTs with support for invalidation
Store your data in encrypted cookies and get it elegantly in actix-web framework.
Full featured JWT session managment for actix
Middleware and extractor for JWT bearer tokens for the actix-web framework
Rate limiter using a fixed window counter for arbitrary keys, backed by Redis for Actix Web
Rate limiter using a fixed window counter for arbitrary keys, created for Actix Web
drop-in replacement for the actix web logger middleware
Logger middleware for Actix Web
a loginmanager for actix-web
Macros for Actix system and runtime
Actix-web service for serving Markdown files as HTML
A middleware designed to reject incoming requests that do not have a valid ed25519 signature
ETag middleware for Actix web >= 4.8
A macro for creating actix-web middleware
Actix-web extractor which validates OAuth2 tokens through an RFC 7662 token introspection endpoint.
Helpers for using the actix mocker actor in tests.
ModSecurity middleware service and library for Actix Web
MQTT v3.1.1 Client/Server framework
A MQTT client based on the actix framework
Msgpack payload extractor for Actix Web
Multipart request & form support for Actix Web
Multipart form derive macro for Actix Web
Procedural derive macro implementation for actix-multipart-derive.
Better multipart form support for Actix Web.
Better multipart form support for Actix Web.
An implementation of multipart/form-data (RFC7578) for Actix
A simple actix multipart form data builder
actix-multiresponse intents to allow supporting multiple response/request data formats depending on the Content-Type and Accept headers
Actix actor for NATS Message Broker
Abstractions over OpenID Connect tokens for the actix-web framework
A flexible authentication framework for actix-web
Passthrough headers middleware for Actix Web
Permission and input validation extension for Actix Web. Alternative to actix guard, with access to HttpRequest and Payload.
A Rust implementation of Phoenix Channels protocol for real-time communication, specifically designed for Actix Web applications
A library that integrates with actix-web to provide structure and implementation of authentication in an opinionated but still highly flexible way
A library that integrates with actix-web to provide a ResponsError type (and associated traits) to cleanly propogate errors of all kinds in the context of an actix-web application
A library that integrates with actix-web and include_dir to cleanly package, via a macro, static resources (e.g. a frontend) with an actix-web binary, thus serving these resources from RAM at runtime and simplifying deployment by containing the entire web application in a single executable binary; Fork of actix-web-static-files by Alexander Korolev