Skip to main content
Module

x/aleph/server/types.ts>CookieOptions

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