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
16 lines • 507 B
JavaScript
export default {
direction: 'ltr',
magicLink: {
title: 'Login to {{appName}}:',
alternative: 'Or copy this link:',
expiry: 'Expires in {{minutes}} minutes',
securityTip: 'Do not share this link',
context: {
location: 'Location: {{location}}',
device: 'Device: {{device}}',
lastLogin: 'Last login: {{lastLogin}}',
requestSource: 'Request from: {{requestSource}}'
}
}
};
//# sourceMappingURL=en.js.map