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.

5 lines 349 B
export type { StorageData as NextAuthPubkeyStorageData, UserConfig as NextAuthPubkeyConfig, } from "./main/config/types.js"; export type { NextAuthPubkeyClientSession } from "./server/index.js"; export { default } from "./main/index.js"; export { HandlerErrorCodes as ErrorCodes } from "./main/utils/handlers.js"; //# sourceMappingURL=index.d.ts.map