Can I recover my login now? 😉
Lume v1.2.0 - new user onboarding sneak peak
Beside trending profiles suggestion for new user, I've added hashtag suggestion, and relay suggestion which help user choose relay based on their follow's relays (NIP-65)
https://void.cat/d/UMiCovzyaZKUv2FYwhCRCo.mp4
#nostr
Discussion
you mean recover password?, yes I have made simple reset password by input privkey + new password, but I'll still thinking better flow for it
I suppose you are encrypting the DMs at DB level using the nsec, and the app password is used to encrypt the nsec itself, right?
So a reset as you suggested should be ok, only take care to keep a fingerprint of the original nsec (ex. hash it) so the reset is validated against it.
yes, I'm using tauri-stronghold (https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/stronghold) for secure storage, password is used to encrypt.
my code for this part: https://github.com/luminous-devs/lume/blob/main/src/utils/hooks/useSecureStorage.tsx