nostr-dm-magiclink-utils
Version:
A comprehensive Nostr utility library for magic link authentication via direct messages, supporting both ESM and CommonJS. Features NIP-01/04 compliant message encryption, multi-relay support, internationalization (i18n) with RTL support, and TypeScript-f
17 lines • 645 B
TypeScript
declare const _default: {
readonly direction: "ltr";
readonly magicLink: {
readonly title: "Login to {{appName}}:";
readonly alternative: "Or copy this link:";
readonly expiry: "Expires in {{minutes}} minutes";
readonly securityTip: "Do not share this link";
readonly context: {
readonly location: "Location: {{location}}";
readonly device: "Device: {{device}}";
readonly lastLogin: "Last login: {{lastLogin}}";
readonly requestSource: "Request from: {{requestSource}}";
};
};
};
export default _default;
//# sourceMappingURL=en.d.ts.map