mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #56 from arebee/Add-Microsoft-Authenticator
Add Microsoft Authenticator to TwoFactor apps
This commit is contained in:
commit
8087de8b47
2 changed files with 26 additions and 16 deletions
|
|
@ -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',
|
||||
|
|
|
|||
BIN
static/img/microsoft_authenticator_80.png
Normal file
BIN
static/img/microsoft_authenticator_80.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in a new issue