actix-web-middleware topic

List actix-web-middleware repositories

actix-web-middleware-keycloak-auth

28
Stars
10
Forks
Watchers

A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak

rust-jwt-hs256

25
Stars
5
Forks
Watchers

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...

complete-restful-api-in-rust

25
Stars
3
Forks
Watchers

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.

actix-jwt-auth-middleware

34
Stars
15
Forks
Watchers

JSON Webtoken (JWT) middleware for the actix-web framework