Turn U2F off by default and remove error message
See original GitHub issueCurrently in version 0.0.19
both with and without the --disable-u2f
you get an error message:
$ aws-google-auth --disable-u2f
Failed to import U2F libraries, U2F login unavailable. Other methods can still continue.
Google Password:
$ aws-google-auth
Failed to import U2F libraries, U2F login unavailable. Other methods can still continue.
Google Password:
Given how uncommon U2F is, could we disable it by default and not print the Failed to import U2F libraries
error unless --enable-u2f
is passed?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Disable U2F on unsupported browsers · Issue #66 - GitHub
Currently, the U2F plugin is enabled on all browsers. This means that we let people: try to register a security key on unsupported...
Read more >Resetting the FIDO2 Application on Your YubiKey or Security ...
Open YubiKey Manager. If you are using Windows 10 you will need to run YubiKey Manager as administrator*. Navigate to Applications > FIDO2. ......
Read more >Remove a User's Security Key Registration - Salesforce Help
Click the user's name. On the user's detail page, click Remove next to the Security Key (U2F or WebAuthn) field.
Read more >Intent to Deprecate and Remove: U2F API (Cryptotoken)
Removing cryptotoken will allow us to make these APIs unavailable to websites that ... Disable the U2F API by default; but keep it...
Read more >Use a security key for 2-Step Verification - Google Account Help
Try turning Bluetooth off and back on. Key won't go into pairing mode. Check if: Your key is unplugged from your computer or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems reasonable
I see in the latest version this is resolved 🎉 Thanks 💙