- 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.