@nauth-toolkit/mfa-passkey 0.1.132 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -0
- package/README.md +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -7
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @nauth-toolkit/mfa-passkey
|
|
2
2
|
|
|
3
|
-
Passkey
|
|
3
|
+
Passkey and WebAuthn MFA provider for [nauth-toolkit](https://nauth.dev).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Adds FIDO2 passkey support — Face ID, Touch ID, Windows Hello, YubiKey, and other platform/roaming authenticators. Handles registration ceremonies, authentication assertions, and credential management.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Supports both platform authenticators (biometric) and cross-platform authenticators (security keys).
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
**Docs:** [nauth.dev](https://nauth.dev) · **Examples:** [github.com/noorixorg/nauth](https://github.com/noorixorg/nauth) · **Live demo:** [demo.nauth.dev](https://demo.nauth.dev)
|