Added resources

Added resources from https://github.com/brianlovin/security-checklist/issues/117
This commit is contained in:
John Gallias 2019-02-03 17:43:29 -05:00 committed by GitHub
parent 5a35f675a6
commit 8943e25a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,5 +96,17 @@ export default {
url:
'https://www.wired.com/2016/06/hey-stop-using-texts-two-factor-authentication/',
},
{
name: 'List of websites and whether or not they support 2FA.',
url: 'https://twofactorauth.org/',
},
{
name: 'Step-by-step instructions on enabling 2FA',
url: 'https://www.turnon2fa.com/',
},
{
name: 'List of websites and whether or not they support One Time Passwords (OTP) or Universal 2nd Factor (U2F)',
url: 'https://www.dongleauth.info/',
},
],
};