Skip to content

Commit bc3ad7e

Browse files
author
EC2 Default User
committed
-
2 parents c6af55c + 85fb3c0 commit bc3ad7e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This package was created to add support for U2F aka hardware keys. Hardware keys
66

77
This package also supports OTPs (codes delivered via SMS, email, etc).
88

9+
#### What is passwordless?
10+
11+
The majority of security experts agree, passwords are the weakest link when it comes to security. Forgotten and phished passwords cost companies millions of dollars and cause countless data breaches.
12+
13+
For this reason, security expers and tech companies like Microsoft, Google, and Apple are encouraging a simple solution. No passwords.
14+
15+
This package supports passwordless using U2F Security Keys.
16+
917
#### Known Issues
1018
- Password Resets that fail MFA authentication will still expire token (e.g. if used has a typo in their code they will require a new token)
1119

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'ndev:mfa',
33
version: '0.0.14',
4-
summary: 'Multi Factor Authentication for Meteor (supporting U2F, TOTP, and OTP)',
4+
summary: 'Multi Factor Authentication and Passwordless (supporting U2F, TOTP, and OTP)',
55
git: 'https://github.com/TheRealNate/meteor-mfa',
66
documentation: 'README.md'
77
});

0 commit comments

Comments
 (0)