ISessionStore.read(id: string): Promise<SessionData | null>
Reads a stored session payload.
Promise<SessionData | null>
The payload, or null when absent or expired
ISessionStore.read(id: string): Promise<SessionData | null>
Reads a stored session payload.
Promise<SessionData | null>
The payload, or null when absent or expired
import { type ISessionStore } from "common/src/index.ts";