mozilla-lockwise / lockwise-android

Firefox's Lockwise app for Android
https://mozilla-lockwise.github.io/lockwise-android/
Mozilla Public License 2.0
623 stars 104 forks source link

Feature request: 2FA authenticator support #831

Open AnikHasibul opened 5 years ago

AnikHasibul commented 5 years ago

I wish I could manage my 2FA codes from firefox lockwise, so I won't need to install another app for getting 2FA codes.

And also this will be w good feature if you just fill my 2FA for the site I just entered password on the previous page.

Also will be good, if you send a push notification with 'Yes/No' and let firefox lockwise send my 2FA to my desktop extension and fill it.

MadeOfMagicAndWires commented 5 years ago

I don't know if this is possible, the only apps that I know of that automatically check or input Authentication codes do so through SMS text messages, and thus also require permission to read those. I don't think it is technically feasible to do with the stronger shared secret+time based method.

craignicol commented 5 years ago

Is this for replacing Google Authenticator app or for storing backup codes?

AnikHasibul commented 5 years ago

Is this for replacing Google Authenticator app or for storing backup codes?

Almost yes!

biva commented 3 years ago

For reference, this feature was also requested for Lockbox :) https://discourse.mozilla.org/t/will-2fa-be-added-to-lockbox/34195/5

I'd love to have this feature integrated, why not use the open source code of AndOTP? https://github.com/andOTP/andOTP/

sidvishnoi commented 3 years ago

Related: https://github.com/mozilla-lockwise/lockwise-android/issues/656

mingtsay commented 2 years ago

iOS 15 supports this feature which is built-in in Settings->Password. Maybe we should also support that, too? Server should not only save passwords but also the oath keys to achieve that.