UNPKG

next-auth-pubkey

Version:

A light-weight Lightning and Nostr auth provider for your Next.js app that's entirely self-hosted and plugs seamlessly into the next-auth framework.

3 lines 248 B
import { LightningClientSession } from "./types.js"; export default function createLightningAuth(searchParams: Record<string, string | string[] | undefined | null>): Promise<LightningClientSession>; //# sourceMappingURL=createLightningAuth.d.ts.map