diff --git a/config/twoFactor.js b/config/twoFactor.js index 01a420e..81014e7 100644 --- a/config/twoFactor.js +++ b/config/twoFactor.js @@ -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', diff --git a/static/img/microsoft_authenticator_80.png b/static/img/microsoft_authenticator_80.png new file mode 100644 index 0000000..8b8f925 Binary files /dev/null and b/static/img/microsoft_authenticator_80.png differ