twofactorauth

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

Github星跟踪图

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.

主要指标

概览
名称与所有者2factorauth/twofactorauth
主编程语言JavaScript
编程语言Ruby (语言数: 2)
平台
许可证Other
所有者活动
创建于2014-03-13 20:20:07
推送于2025-07-06 00:56:18
最后一次提交2025-07-06 10:56:17
发布数4
最新版本名称v4.0 (发布于 )
第一版名称v2.0 (发布于 )
用户参与
星数3.4k
关注者数97
派生数1.8k
提交数7.9k
已启用问题?
问题数1458
打开的问题数19
拉请求数5532
打开的拉请求数1
关闭的拉请求数1407
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?