--- layout: default link: Tell them to support 2FA link_mobile: TWEET THEM workonit_tweet: Security is important, @TWITTERHANDLE. We'd like it if you supported two factor auth. link_progress: Thank them for working on 2FA link_progress_mobile: THANK THEM progress_tweet: Thanks for working on support for two factor auth, @TWITTERHANDLE! hash: SupportTwoFactorAuth ---

Two Factor Auth (2FA)

List of websites and whether or not they support 2FA.
Add your own favorite site by submitting a pull request on the GitHub repo.
{% assign rowcount = 0 %} {% for section in site.data.sections %} {% assign rowend = forloop.index | modulo: 5 %} {% if rowend == 0 or forloop.index == forloop.length %}
{{ section.title }}
{% include mobile-table.html id-param=section.id title-param=section.title %} {% assign offcount = 5 | times: rowcount %} {% for section in site.data.sections limit: 5 offset: offcount %} {% include desktop-table.html id-param=section.id title-param=section.title %} {% endfor %}
{% if forloop.index != forloop.length %} {% assign rowcount = rowcount | plus: '1' %}
{% endif %} {% else %}
{{ section.title }}
{% include mobile-table.html id-param=section.id title-param=section.title %} {% endif %} {% endfor %}