Skip to main content
Module

x/aleph/server/types.ts>SessionCookieOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias SessionCookieOptions
import { type SessionCookieOptions } from "https://deno.land/x/aleph@1.0.0-beta.21/server/types.ts";
definition: { name?: string; domain?: string; path?: string; secure?: boolean; sameSite?: "lax" | "strict" | "none"; }