add disclaimer about using password manager as 2FA

This commit is contained in:
Felix Förtsch 2019-01-15 10:33:55 +01:00
parent e8869bb31c
commit 15e76df992

View file

@ -8,9 +8,33 @@ export default {
\n\n**You should not use your phone number as a two-factor method.**
\n\nAt minimum 2FA should be installed on accounts that can lock you out of other accounts: e.g. a Google account, email applications, an Apple ID, and financial accounts. For stronger security, ensure that 2FA is enabled on every service you use that supports it.
\n\n**Be aware:** Using an all-in-one solution like 1Password for both password management **and** 2FA creates a single point of failure. Take this into account when picking your 2FA client.
`,
apps: [
{
{
name: 'Authy',
image: '/static/img/authy.jpg',
url: 'https://authy.com/',
sources: {
windows: 'https://authy.com/download/',
macos: 'https://authy.com/download/',
ios: 'https://itunes.apple.com/us/app/authy/id494168017',
android:
'https://play.google.com/store/apps/details?id=com.authy.authy',
},
},
{
name: 'Google Authenticator',
image: '/static/img/google-authenticator.jpg',
url: 'https://www.google.com/landing/2step/',
sources: {
ios: 'https://itunes.apple.com/us/app/google-authenticator/id388497605',
android:
'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_us',
},
},
name: '1Password',
image: '/static/img/1password.jpg',
url: 'https://1password.com/',
@ -39,28 +63,6 @@ export default {
android: 'https://lastpass.com/android_market.php',
},
},
{
name: 'Authy',
image: '/static/img/authy.jpg',
url: 'https://authy.com/',
sources: {
windows: 'https://authy.com/download/',
macos: 'https://authy.com/download/',
ios: 'https://itunes.apple.com/us/app/authy/id494168017',
android:
'https://play.google.com/store/apps/details?id=com.authy.authy',
},
},
{
name: 'Google Authenticator',
image: '/static/img/google-authenticator.jpg',
url: 'https://www.google.com/landing/2step/',
sources: {
ios: 'https://itunes.apple.com/us/app/google-authenticator/id388497605',
android:
'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_us',
},
},
{
name: 'YubiKey',
image: '/static/img/yubico.jpg',