sandstorm / NeosTwoFactorAuthentication

Extend the Neos Backend Login with 2FA
MIT License
12 stars 8 forks source link

Document list of compatible 2FA apps #4

Closed Sebobo closed 2 years ago

Sebobo commented 2 years ago

While testing I could only successfully use the plugin with the Google Authenticator, the Microsoft and 1Password said that the QR Code is invalid.

Would be great to add a "tested" app list to the readme.

Benjamin-K commented 2 years ago

I tested this and think, this is a bug on iOS only.

Android:

iOS:

Benjamin-K commented 2 years ago

Maybe this can be fixed by showing the Authentication Code as string (which is not the best / user friendliest way), as almost all 2FA apps allow adding an account by manually entering the code.

Sebobo commented 2 years ago

My 1PW on MacOS also declined the QR code

Pingu501 commented 2 years ago

Hey, thx for already creating this list! :) Just added it to the README and will now check, why 1Password and Microsoft Authenticator do not work ;)

Pingu501 commented 2 years ago

Found the issue! There was missing URL encoding for the issuer. Fixed with 7b6c5ef

Going to tag a release now, will be fixed with version 1.0.3

Sebobo commented 2 years ago

Awesome, thx for fixing this so quickly.