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.

4 lines 199 B
export type { StorageData, UserConfig, Config, HardConfig } from "./types.js"; export { formatConfig } from "./default.js"; export { hardConfig } from "./hard.js"; //# sourceMappingURL=index.d.ts.map