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.
14 lines • 443 B
TypeScript
import { CSSProperties } from "preact/compat";
export declare function LightningAuth({ title, lnurl, theme, }: {
title: string;
lnurl: string;
theme?: {
loading?: CSSProperties;
wrapper?: CSSProperties;
title?: CSSProperties;
qr?: CSSProperties;
copy?: CSSProperties;
button?: CSSProperties;
};
}): import("preact/compat").JSX.Element;
//# sourceMappingURL=LightningAuth.d.ts.map