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 • 330 B
TypeScript
import { HardConfig } from "../config/index.js";
declare global {
interface Window {
nostr: any;
}
}
export declare const vanilla: ({ hardConfig, query, }: {
hardConfig: HardConfig;
query: {
redirect_uri: string;
state: string;
};
}) => void;
//# sourceMappingURL=vanilla-nostr.d.ts.map