UNPKG

@light-auth/astro

Version:

light auth framework for astro, using arctic

8 lines (7 loc) 314 B
import { type LightAuthSessionStore } from "@light-auth/core"; /** * A concrete CookieStore implementation for Node.js server-side, * using the 'cookie' npm package and returning Response objects * with appropriate Set-Cookie headers. */ export declare const astroLightAuthSessionStore: LightAuthSessionStore;