forked from 2factorauth/twofactorauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproviders.html
More file actions
25 lines (20 loc) · 777 Bytes
/
providers.html
File metadata and controls
25 lines (20 loc) · 777 Bytes
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
---
layout: default
---
{% include header.html page='providers' %}
<div class="ui center aligned icon header">
<i class="circular mobile alternate 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-factor_authentication">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/2factorauth/twofactorauth">GitHub repo</a>.
</div>
</div>
<div class="ui raised padded segment">
The providers page has been removed. To find a two factor authentication provider, please use your favorite
search engine.
</div>