actix-web-middleware
There are 19 repositories under actix-web-middleware topic.
michaelvanstraten/actix-jwt-auth-middleware
JSON Webtoken (JWT) middleware for the actix-web framework
wpcodevo/complete-restful-api-in-rust
In this article, you will learn how to build a Rust API with unit testing in mind. This means we will take a modular approach, which will make our lives easier when writing unit tests.
dsferruzza/actix-web-middleware-keycloak-auth
A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak
wpcodevo/rust-jwt-hs256
In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.
cudidotdev/JWT-Authentication-with-Rust-Axum-and-Actix
Jwt authentication implemented in both axum and actix web
cudidotdev/forum-api
The api of a reddit-like forum application. The backend of this application is built with rust, actix-web, tokio, postgresql
harr1424/Actix-Route-Rate-Limiter
A rate_limit crate to rate limit endpoints on an Actix-Web server
lloydmeta/actix-jwt-authc
JWT authentication middleware for Actix with support for JWT invalidation and custom Claims structs.
speakeasy-api/speakeasy-rust-sdk
Speakeasy Serverside SDK for Rust REST APIs
golok727/rust_surreal_db_api
Rust Actix-Web and SurrealDB
nakira974/k8s-image-recognition
A simple automated k8s cluster build on AWS deploying an actix_web reverse proxy API to call an inference of google/pix2struct model that i trained for french road signs, stored in Huggingface.co
realaravinth/actix-optional-middleware
Conditionally load actix-web middleware
funnyzpc/mee_file
mee_file文件系统,支持开发人员api管理或普通用户使用+简易权限+大文件上传+文件预览等等~ ,赶快来使用吧 😂
michaelvanstraten/actix-state-guards
Flexible guard functions for the actix-web framework
krealseu/actix-loginmanager
a smiple logimanager on actix-web
mehrdaddolatkhah/luna_graph
🌟 A CRUD-tastic adventure built with Actix, Postgres, and GraphQL! Dive into Hexagonal and Clean Architecture while creating, reading, updating, and deleting data like a pro. Join the fun and explore the power of Rust 🚀
michaelvanstraten/actix-error-mapper-middleware
Remap actix-web errors to your own custom error type
eburghar/actix-schemeredirect-middleware
scheme (https) redirect middleware for actix-web
Pelfox/actix-rate-limiter
Simple yet powerful per-route rate limiter for Actix with support for regex.