|
|
|
|
|
by jrockway
1775 days ago
|
|
Passwords are exceedingly inconvenient, and getting rid of them doesn't require adding a second factor. To use passwords, you have to constantly monitor the Internet to see if it's been leaked (in the case where you use a password and memorize it), or you have to subscribe to a third-party service to manage your passwords. To use WebAuthn, you just need the functionality built into your OS. Physical custody of your computer and the screen lock then protect your online accounts. Or in the case of Github, you generate an SSH key and put the public key in Github and keep the private key around. Both are much more convenient than passwords, but also more secure. It's a win/win. |
|