twofactorauth

List of sites with two factor auth support which includes SMS, email, phone calls, hardware, and software.

Github stars Tracking Chart

TwoFactorAuth.org

Build Status
License
Gitter
Twitter

A list of popular sites and whether or not they accept two factor auth.

The Goal

The goal of this project is to build a website (TwoFactorAuth.org) with a list of popular 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 project also serves as an indicator of general security efforts used on a site.

Contributing

If you would like to contribute, please read the entire guidelines here in
CONTRIBUTING.md.

Running Locally

TwoFactorAuth.org is built upon Jekyll, using the github-pages gem.
In order to run the site locally, bundler, and all other dependencies will need to be installed, and afterwards Jekyll can serve
the site. If the gem command is not available, Ruby with RubyGems needs to be installed.
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

If you're using Ubuntu or Bash on Windows (WSL) you'll probably need to install these dependencies first:

sudo apt install build-essential ruby-bundler ruby-dev make gcc g++ zlib1g-dev

The TwoFactorAuth website should now be accessible from http://localhost:4000.

Another option is to run Jekyll inside a Docker container. Please read the Jekyll Docker Documentation on how to use Jekyll.

License

This code is distributed under the MIT license. For more info, read the
LICENSE file distributed with the source code.

Overview

Name With Owner2factorauth/twofactorauth
Primary LanguageRuby
Program languageRuby (Language Count: 2)
Platform
License:Other
Release Count4
Last Release Namev4.0 (Posted on )
First Release Namev2.0 (Posted on )
Created At2014-03-13 20:20:07
Pushed At2024-05-07 00:53:10
Last Commit At2024-05-07 02:53:10
Stargazers Count3.3k
Watchers Count101
Fork Count1.8k
Commits Count7.6k
Has Issues Enabled
Issues Count1404
Issue Open Count24
Pull Requests Count5203
Pull Requests Open Count0
Pull Requests Close Count1365
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top