cortex / ripasso

A simple password manager written in Rust
GNU General Public License v3.0
707 stars 61 forks source link

Make adding MFA an explicit option on create? (Cursive) #332

Open ApprenticeofEnder opened 7 months ago

ApprenticeofEnder commented 7 months ago

I didn't know this thing supported MFA up until I opened up the menu and tried to copy the MFA code. Honestly, the current process could use some tweaks, since you need to add an OTP URL to the note somewhere without it really telling you until you try to copy an MFA code.

I think we could add an optional field to the creation menu for passing in the MFA secret (or the URL, depending), some functionality to make an OTP URL out of a secret, and a dedicated attribute in the PasswordEntry file for the OTP URL.

So in summary:

Does this sound useful?

ApprenticeofEnder commented 7 months ago

And similar to #333, this would also need some retrofitting provisions.