From 3d00a2d838a14c66287d1ef73aa2fde25072405d Mon Sep 17 00:00:00 2001 From: Eli Selkin <5606931+eselkin@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:52:26 -0700 Subject: [PATCH 1/2] Add Elysia External Session Elysia External Session rather than Elysia Session aims to make using an external session store easier (e.g. redis, SQLite, etc). --- docs/plugins/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 6dae5a95..0c214941 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -117,6 +117,7 @@ This is to ensure developers end up with a performant web server they intend to - [Elysia Remote DTS](https://github.com/rayriffy/elysia-remote-dts) - A plugin that provide .d.ts types remotely for Eden Treaty to consume. - [Cap Checkpoint plugin for Elysia](https://capjs.js.org/guide/middleware/elysia.html) - Cloudflare-like middleware for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW. - [Elysia Background](https://github.com/staciax/elysia-background) - A background task processing plugin for Elysia.js +- [Elysia External Session](https://github.com/extend-therapy/elysia-external-session) - A sessions package for redis and SQLite that is extensible and uses current Elysia architecture. ## Complementary projects: From 6b966e3e1046a6200eb9302838b04e717e77a9f7 Mon Sep 17 00:00:00 2001 From: Eli Selkin <5606931+eselkin@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:55:29 -0700 Subject: [PATCH 2/2] Update link title --- docs/plugins/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 0c214941..a0715982 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -117,7 +117,7 @@ This is to ensure developers end up with a performant web server they intend to - [Elysia Remote DTS](https://github.com/rayriffy/elysia-remote-dts) - A plugin that provide .d.ts types remotely for Eden Treaty to consume. - [Cap Checkpoint plugin for Elysia](https://capjs.js.org/guide/middleware/elysia.html) - Cloudflare-like middleware for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW. - [Elysia Background](https://github.com/staciax/elysia-background) - A background task processing plugin for Elysia.js -- [Elysia External Session](https://github.com/extend-therapy/elysia-external-session) - A sessions package for redis and SQLite that is extensible and uses current Elysia architecture. +- [Elysia External Session - TS only GitHub package](https://github.com/extend-therapy/elysia-external-session) - A sessions package for redis and SQLite that is extensible and uses current Elysia architecture. ## Complementary projects: