feat: add SessionManager for multi-frontend session handling

This commit is contained in:
William Valentin
2026-02-05 00:34:25 -08:00
parent 55c2e6bf74
commit 2f1c302d85
3 changed files with 147 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
export { SessionStore } from './store.js';
export { SessionManager, ManagedSession, type Session } from './manager.js';