mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-13 22:26:43 +10:00
fix: revert session store
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import cacheHandler from "../cache";
|
||||
import type { Session, SessionProvider } from "./types";
|
||||
|
||||
/**
|
||||
* DO NOT USE THIS. THE CACHE EVICTS SESSIONS.
|
||||
*
|
||||
* This needs work. TODO.
|
||||
*/
|
||||
export default function createCacheSessionProvider() {
|
||||
const sessions = cacheHandler.createCache<Session>("cacheSessionProvider");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user