@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 CHANGED
@@ -1,5 +1,6 @@
1
1
  NAUTH TOOLKIT EARLY ACCESS LICENSE
2
2
  Version 1.0 (December 2025)
3
+ Full license: https://nauth.dev/docs/license
3
4
 
4
5
  ================================================================================
5
6
  FUTURE OPEN SOURCE NOTICE
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @nauth-toolkit/mfa-passkey
2
2
 
3
- Passkey/WebAuthn MFA provider for nauth-toolkit
3
+ Passkey and WebAuthn MFA provider for [nauth-toolkit](https://nauth.dev).
4
4
 
5
- ## Preview Release Notice
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
- **This is a preview release for internal testing. Do not use in production yet.**
7
+ Supports both platform authenticators (biometric) and cross-platform authenticators (security keys).
8
8
 
9
- This package is part of nauth-toolkit and is currently in early access/preview. Features and APIs may change between releases. For production use, please wait for the stable v1.0 release.
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)