@nauth-toolkit/mfa-sms 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 +3 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -7
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
# @nauth-toolkit/mfa-sms
|
|
2
2
|
|
|
3
|
-
SMS MFA provider for nauth-toolkit
|
|
3
|
+
SMS one-time code MFA provider for [nauth-toolkit](https://nauth.dev).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Sends verification codes via SMS for multi-factor authentication. Requires an SMS provider (`@nauth-toolkit/sms-aws-sns` or `@nauth-toolkit/sms-console` for development).
|
|
6
6
|
|
|
7
|
-
**
|
|
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.
|
|
7
|
+
**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)
|