GithubHelp home page GithubHelp logo

jkeuhlen / twofactorauth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 2factorauth/twofactorauth

0.0 1.0 0.0 15.5 MB

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

Home Page: https://2fa.directory

License: MIT License

Ruby 13.70% HTML 19.87% JavaScript 5.27% Shell 2.65% SCSS 58.51%

twofactorauth's Introduction

2fa.directory

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 (2fa.directory) 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 ๐Ÿ› ๏ธ

2fa.directory 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

# Generate WebP images
./_deployment/webp.sh

# Building the site
bundle exec jekyll build

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

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

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

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

Watchers

James Cloos 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.