Merge pull request #38 from felixfoertsch/bitwarden

Add Bitwarden as password manager option
This commit is contained in:
Brian Lovin 2019-01-15 08:37:34 -08:00 committed by GitHub
commit f74250b47c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 22 deletions

View file

@ -47,6 +47,18 @@ export default {
android: 'https://play.google.com/store/apps/details?id=com.dashlane',
},
},
{
name: 'Bitwarden',
image: '/static/img/bitwarden.jpg',
url: 'https://www.bitwarden.com/',
sources: {
windows: 'https://vault.bitwarden.com/download/?app=desktop&platform=windows',
macos: 'https://vault.bitwarden.com/download/?app=desktop&platform=macos',
ios:
'https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8',
android: 'https://play.google.com/store/apps/details?id=com.x8bit.bitwarden',
},
},
],
resources: [
{

View file

@ -8,8 +8,32 @@ 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**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: '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',
@ -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',

BIN
static/img/bitwarden.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB