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