From 62e88df629db626345ac6ccb6bf0c99cfc9d1e40 Mon Sep 17 00:00:00 2001 From: Endoze Date: Tue, 12 Nov 2024 11:54:38 -0500 Subject: [PATCH] ECOSYSTEM: add axum-rails-cookie (#3025) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index e1608842..b97e917d 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -49,6 +49,7 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-messages](https://github.com/maxcountryman/axum-messages): One-time notification messages for Axum. - [spring-rs](https://github.com/spring-rs/spring-rs): spring-rs is a microservice framework written in rust inspired by java's spring-boot, based on axum - [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. ## Project showcase