What does HackerNews think of password-manager-resources?

A place for creators and users of password managers to collaborate on resources to make password management better.

Language: JavaScript

Apple has a list of websites with quirks that don’t support its “generate strong passwords” feature even though there is HTML spec where you can specify the types of passwords you support.

https://github.com/apple/password-manager-resources

Many of these sites are quite obscure.

You might be thinking about:

https://github.com/apple/password-manager-resources

or the related:

https://github.com/w3c/webappsec-change-password-url

But mainly if you are responsible for a system and you're willing to do work to improve security your first focus should be "implement WebAuthn so my users can stop worrying about passwords entirely" not "I wonder if more complicated password handling would help somehow?"

Direct link to Github: https://github.com/apple/password-manager-resources

Seems like a good idea, instead of every password manager trying to re-implement the same kind of edge cases. One day I hope we can just "muss change" password because sites follow a common theme like https://wicg.github.io/change-password-url/index.html - but maybe we have a better strategy than passwords until then.