Git Product home page Git Product logo

twofactorauth's Introduction

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.

Local installation ๐Ÿ› ๏ธ

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. Ubuntu:

sudo snap install ruby --classic
sudo apt install webp npm
npm i babel-minify
bundle install --path vendor/bundle

Windows Subsystem for Linux (WSL)

sudo apt install build-essential ruby-bundler ruby-dev make gcc g++ zlib1g-dev npm webp
npm i babel-minify
bundle install --path vendor/bundle

MacOS (Requires Xcode)

# Install homebrew
xcode-select --install
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh

# Install ruby, webp & nodejs(npm)
brew install ruby
brew install webp
brew install nodejs
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile

# Install Bundler and dependencies
gem install bundler
bundle install --path vendor/bundle
npm i babel-minify

Running locally ๐Ÿƒ

Ubuntu/WSL/MacOS:

# Generating regional sites (Optional)
ruby ./_deployment/regions.rb

# Minify JS (Optional)
./_deployment/minify-js.sh

# Generate WebP images
./_deployment/webp.sh

# Building the site
bundle exec jekyll build

# Running the site locally
bundle exec jekyll serve --watch

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.

twofactorauth's People

Contributors

adeishs avatar alessiocasco avatar brycx avatar carlgo11 avatar cez81 avatar computmaxer avatar dsoegijono avatar fainpablo avatar fpigerre avatar ilyakatz avatar jadchaar avatar jamcat22 avatar jawshy avatar jdavis avatar kmpoppe avatar ld3300 avatar mxxcon avatar nicos18 avatar phallobst avatar psgs avatar rfosu2k2 avatar richjeanes avatar rugk avatar smholloway avatar spazvt avatar stephengroat avatar stevoisiak avatar trogau avatar victorhaggqvist avatar zach-taylor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.