forked from 2factorauth/twofactorauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
providers.html
28 lines (25 loc) · 1.07 KB
/
providers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
---
{% include header.html page='providers' %}
<div class="main container">
<div class="ui grid">
<div class="column">
<div class="banner ui icon header">
<i class="circular mobile icon"></i>
<h2>Two Factor Auth (2FA)</h2>
<div class="sub header">
List of websites and whether or not they support
<a href="https://en.wikipedia.org/wiki/Two-step_verification">2FA</a>.
</div>
<div id="{{ first.id }}" class="sub header">
Add your own favorite site by submitting a pull request on the
<a href="https://github.com/jdavis/twofactorauth">GitHub repo</a>.
</div>
</div>
<div class="section">
The providers page has been removed. To find a two factor authentication provider, please use your favorite search engine.
</div><!-- Section -->
</div><!-- Column -->
</div><!-- UI Grid -->
</div><!-- Main Container -->