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.
19 lines • 537 B
TypeScript
import { Config, UserConfig, ThemeStyles } from "./types.js";
export declare const colorSchemeLight: ThemeStyles;
export declare const colorSchemeDark: ThemeStyles;
export declare const defaultConfig: {
pages: {
lightningSignIn: string;
nostrSignIn: string;
error: string;
};
theme: {
colorScheme: string;
};
intervals: {
poll: number;
create: number;
};
};
export declare function formatConfig(userConfig: UserConfig): Config;
//# sourceMappingURL=default.d.ts.map