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 215 B
import { HandlerArguments, HandlerReturn } from "../utils/handlers.js"; export default function handler({ body, cookies, url, config, }: HandlerArguments): Promise<HandlerReturn>; //# sourceMappingURL=token.d.ts.map