Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh_session/mod.ts>DenoKvFreshSessionOptions

Dead simple cookie-based session for Deno Fresh.
Latest
interface DenoKvFreshSessionOptions
implements FreshSessionBaseOptions
Re-export
import { type DenoKvFreshSessionOptions } from "https://deno.land/x/fresh_session@beta-0.3.1/mod.ts";

Properties

client: Deno.Kv
optional
keyPrefix: string
optional
baseKeyPath: string[]