summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsontixyou <angelbeatsviolin@gmail.com>2024-08-10 17:26:47 +0900
committerGitHub <noreply@github.com>2024-08-10 10:26:47 +0200
commit52ae7bb904cc374ad0acdc08ae03760a71d95ac2 (patch)
treebc9db042ed3ca56e448153d0b79e14eabf4a95b2
parent6dfd0037bf332b19d9ee78fe73d20474181b16d8 (diff)
Fix link of axum-sessions in ECOSYSTEM.md (#2862)
-rw-r--r--ECOSYSTEM.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md
index 1637dbfc..855d8fca 100644
--- a/ECOSYSTEM.md
+++ b/ECOSYSTEM.md
@@ -28,7 +28,7 @@ If your project isn't listed here and you would like it to be, please feel free
- [aide](https://docs.rs/aide): Code-first Open API documentation generator with [axum integration](https://docs.rs/aide/latest/aide/axum/index.html).
- [axum-typed-routing](https://docs.rs/axum-typed-routing/latest/axum_typed_routing/): Statically typed routing macros with OpenAPI generation using aide.
- [axum-jsonschema](https://docs.rs/axum-jsonschema/): A `Json<T>` extractor that does JSON schema validation of requests.
-- [axum-sessions](https://docs.rs/axum-sessions): Cookie-based sessions for axum via async-session.
+- [tower-sessions](https://docs.rs/tower-sessions): Cookie-based sessions.
- [axum-login](https://docs.rs/axum-login): Session-based user authentication for axum.
- [axum-csrf-sync-pattern](https://crates.io/crates/axum-csrf-sync-pattern): A middleware implementing CSRF STP for AJAX backends and API endpoints.
- [axum-otel-metrics](https://github.com/ttys3/axum-otel-metrics/): A axum OpenTelemetry Metrics middleware with prometheus exporter supported.