Skip to content

List of sites with two factor auth support for OTP and U2F hardware dongles.

License

Notifications You must be signed in to change notification settings

sekfung/dongleauth

This branch is 1006 commits behind Nitrokey/dongleauth:device_authenticators.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 23, 2021
f87382d · Sep 23, 2021
May 10, 2019
Sep 23, 2021
Mar 17, 2020
Jan 2, 2019
Dec 15, 2016
Sep 18, 2019
Sep 23, 2021
Oct 24, 2018
Dec 8, 2018
Dec 12, 2015
Apr 6, 2018
Jan 29, 2019
Jan 29, 2019
Jul 20, 2021
Aug 29, 2018
Jul 20, 2021
Jul 20, 2021
Jan 29, 2019
Jan 1, 2018
Jul 20, 2021
Jan 29, 2019
Jul 20, 2021
Jul 20, 2021
Aug 29, 2018
May 22, 2018
Apr 18, 2019
Mar 7, 2017
Jul 20, 2021
Mar 17, 2020

Repository files navigation

DongleAuth.org

Build Status License

List of 2FA dongle providers and the platforms they support.

The Goal

The goal is to build a website (dongleauth.com) with a comprehensive list of sites that support One Time Passwords (OTP) or Universal 2nd Factor (U2F).

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.

This site is a fork of TwoFactorAuth. The fork is necessary to further differentiate the 'Hardware' section. The TwoFactorAuth projects wants to give a general overview and do not wants to mark the technical details as well. We respect this decision. In need of a differentiation between OTP and U2F we decided to fork the project. Please see the note on definitions as well.

Contributing

If you'd like to contribute, read the entire guidelines here in CONTRIBUTING.md.

Running Locally

DongleAuth.com 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 ~/dongleauth
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 libffi-dev nodejs python-dev gcc ruby rails make zlib1g-dev ruby-dev libcurl3
gem install bundler

The DongleAuth website should then 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 do this.

License

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

About

List of sites with two factor auth support for OTP and U2F hardware dongles.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.1%
  • SCSS 13.9%
  • Ruby 11.2%
  • JavaScript 9.8%