tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.49k stars 390 forks source link

Add support for security keys (Ex : U2F, FIDO2) #3991

Open nathannino opened 1 year ago

nathannino commented 1 year ago

When trying to connect to an account that is using security keys as the main 2FA authentification method, the user is currently forced to use the Authenticator app method instead, as the web browser used to display the login screen doesn't support U2F/FIDO2.


Tak commented 1 year ago

Have you also tried with the Login in Browser menu option in the three-dots menu on the instance login screen?

nathannino commented 1 year ago

I will be honest, I didn't know the option existed. Didn't even notice that there was a 3-dot menu.

Yeah, it does work when using "login with browser"

Tak commented 1 year ago

Great! That's why we added this option, because there were always edge cases that didn't work either in the system browser or in the embedded browser 😐

Lakoja commented 1 year ago

Great! That's why we added this option, because there were always edge cases that didn't work either in the system browser or in the embedded browser 😐

Could that be detected somehow?