Merge pull request #56 from arebee/Add-Microsoft-Authenticator

Add Microsoft Authenticator to TwoFactor apps
This commit is contained in:
Brian Lovin 2019-01-16 17:05:35 -08:00 committed by GitHub
commit 8087de8b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 16 deletions

View file

@ -12,6 +12,22 @@ export default {
\n\n**Note:** 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: '1Password',
image: '/static/img/1password.jpg',
url: 'https://1password.com/',
offer: {
label: 'Sign up with Security Checklist to get 3 months free',
url: 'https://start.1password.com/sign-up/family?c=SECURELIST-FJN7FIKQ',
},
sources: {
windows: 'https://1password.com/downloads/windows/',
macos: 'https://1password.com/downloads/mac/',
ios: 'https://1password.com/downloads/ios/',
android: 'https://1password.com/downloads/android/',
linux: 'https://1password.com/downloads/linux/',
},
},
{
name: 'Authy',
image: '/static/img/authy.jpg',
@ -34,22 +50,6 @@ export default {
'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/',
offer: {
label: 'Sign up with Security Checklist to get 3 months free',
url: 'https://start.1password.com/sign-up/family?c=SECURELIST-FJN7FIKQ',
},
sources: {
windows: 'https://1password.com/downloads/windows/',
macos: 'https://1password.com/downloads/mac/',
ios: 'https://1password.com/downloads/ios/',
android: 'https://1password.com/downloads/android/',
linux: 'https://1password.com/downloads/linux/',
},
},
{
name: 'LastPass',
image: '/static/img/lastpass.jpg',
@ -65,6 +65,16 @@ export default {
linux: 'https://lastpass.com/misc_download2.php',
},
},
{
name: 'Microsoft Authenticator',
image: '/static/img/static/img/microsoft_authenticator_80.png',
url: 'https://www.microsoft.com/en-us/account/authenticator',
sources: {
ios:
'https://itunes.apple.com/app/microsoft-authenticator/id983156458',
android: 'https://play.google.com/store/apps/details?id=com.azure.authenticator',
},
},
{
name: 'YubiKey',
image: '/static/img/yubico.jpg',

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB