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.

9 lines 266 B
import { HardConfig } from "../config/index.js"; export declare const vanilla: ({ hardConfig, query, }: { hardConfig: HardConfig; query: { redirect_uri: string; state: string; }; }) => void; //# sourceMappingURL=vanilla-lightning.d.ts.map