2fa-notifier
2fa-notifier copied to clipboard
2FA Notifier is a web extension that notifies users whether or not the sites they visit support two factor authentication (2FA).
Currently, a notification is shown once per domain per browser session. The list of which domains have already been shown is only stored in memory, so restarting the browser will...
Show only a single CTA that is relevant for the user's browser. If no supported browser is detected, there should be a disabled state that shows the user this plugin...
Currently, the extension on-boarding process after initial install is a web page explaining how the extension works. This is a good start, but an even better on-boarding experience would be...
It's kinda sad to come to 2fanotifier.org and see that it doesn't have 2FA for itself, but it doesn't quite make sense because that website doesn't have any login. Perhaps...
Users do not know what to do with the information presented in the 2FA methods section. Help them make a decision about what they are looking at. Make a "security"...
In hindsight, putting the website into the same repo as the extension causes some conflicts among the `CHANGELOG.md` file, the versioning, etc. It might make more sense to have them...
Think about automated ways of identifying URLs that break. For example, sites that don't responsibly redirect links and they end up 404'ing Relates to #42
* [ ] add all of the subdomains for Google services. For example, there is no entry for `docs.google.com` * [ ] create PRs to add these entries to `twofactorauth.org`
We have ignored automated testing so far because < insert unconvincing reason here >. Testing is critical because < insert a bajillion reasons here > and we should do better....