A list of popular sites and whether or not they accept two factor auth.
The goal is to build a website (TwoFactorAuth.org) with a comprehensive list of sites that support Two Factor Authentication, as well as the methods that they provide.
Our hope is to aid consumers who are deciding between alternative services based on the security they offer for their customers. This can also serve as an indicator for the effort a site has put into security in general.
If you'd like to contribute, read the entire guidelines here in CONTRIBUTING.md.
TwoFactorAuth.org is built upon Jekyll, using the github-pages gem.
In order to run the site locally, it is necessary to install bundler, install all dependencies, and then use Jekyll to serve
the site. If the gem
command is not available to you, it is necessary to install Ruby with RubyGems.
Once Ruby and RubyGems are installed and available from the command line, TwoFactorAuth can be setup using the following commands.
gem install bundler
cd ~/twofactorauth
bundle install
bundle exec jekyll serve
The TwoFactorAuth website should then be accessible from http://localhost:4000
.
This code is distributed under the MIT license. For more info, read the LICENSE file distributed with the source code.