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.

6 lines (5 loc) 1.18 kB
import { jsx as _jsx, jsxs as _jsxs } from "preact/jsx-runtime"; import { hardConfig } from "../config/hard.js"; export function Details({ ...props }) { return (_jsxs("div", { id: hardConfig.ids.details, ...props, children: ["Nostr extensions are the safest way to use your Nostr identity.", _jsx("div", { className: "w-100 text-muted", children: _jsxs("ul", { children: [_jsxs("li", { children: [_jsx("a", { href: "https://getalby.com", children: "Alby" }), _jsx("br", {}), "available for: chrome, firefox, and safari"] }), _jsxs("li", { children: [_jsx("a", { href: "https://www.getflamingo.org/", children: "Flamingo" }), _jsx("br", {}), "available for: chrome"] }), _jsxs("li", { children: [_jsx("a", { href: "https://github.com/fiatjaf/nos2x", children: "nos2x" }), _jsx("br", {}), "available for: chrome"] }), _jsxs("li", { children: [_jsx("a", { href: "https://diegogurpegui.com/nos2x-fox/", children: "nos2x-fox" }), _jsx("br", {}), "available for: firefox"] }), _jsxs("li", { children: [_jsx("a", { href: "https://github.com/fiatjaf/horse", children: "horse" }), _jsx("br", {}), "available for: chrome", _jsx("br", {}), "supports hardware signing"] })] }) })] })); }