UNPKG

@light-auth/nuxt

Version:

light auth framework for nuxt, using arctic

8 lines (7 loc) 297 B
import { type LightAuthRouter } 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 nuxtJsLightAuthRouter: LightAuthRouter;