From ec3ab460af562889ec28554105c891d7340ecd9f Mon Sep 17 00:00:00 2001 From: Niclas Klugmann Date: Tue, 24 Dec 2024 12:01:15 +0100 Subject: [PATCH] Add axum-negotiate-layer to community projects (#3093) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 5e13e4c1bc..4549d9d8d2 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -51,6 +51,7 @@ If your project isn't listed here and you would like it to be, please feel free - [zino](https://github.com/zino-rs/zino): Zino is a next-generation framework for composable applications which provides full integrations with axum. - [axum-rails-cookie](https://github.com/endoze/axum-rails-cookie): Extract rails session cookies in axum based apps. - [axum-ws-broadcaster](https://github.com/Necoo33/axum-ws-broadcaster): A broadcasting liblary for both [axum-typed-websockets](https://crates.io/crates/axum-typed-websockets) and `axum::extract::ws`. +- [axum-negotiate-layer](https://github.com/2ndDerivative/axum-negotiate-layer) Middleware/Layer for Kerberos/NTLM "Negotiate" authentication. ## Project showcase