Commit graph

2 commits

Author SHA1 Message Date
5983774e22 misc docs/helpers 2025-12-29 06:45:51 +01:00
e5c39cdbd0 feat: integrate Nostr keypair generation with LNBits user accounts
- Added Nostr private key storage to the accounts table via a new migration.
- Updated Account model to include Nostr private key field.
- Modified user creation process to automatically generate Nostr keypairs.
- Introduced new API endpoints for retrieving Nostr public keys and user information including private keys.
- Implemented tests to verify Nostr keypair generation and account model updates.
2025-12-29 06:44:40 +01:00