mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +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