UNPKG

next-pocketbase-auth

Version:

Wrapper for Next.js applications using PocketBase, with support for both client and server components

4 lines (3 loc) 221 B
import { CookieOptions, CookiesAdapter } from "../types"; import { SyncAuthStore } from "./sync-auth-store"; export declare function serverAuthStore(cookies: CookiesAdapter, cookieOptions?: CookieOptions): SyncAuthStore;