@verified-network/verified-custody 0.4.9 → 0.5.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/README.md +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -57,11 +57,11 @@ The complete custody workflow component that handles new and existing users thro
|
|
|
57
57
|
|
|
58
58
|
<CreatePinPage /> Users either:
|
|
59
59
|
|
|
60
|
-
Create a
|
|
60
|
+
Create a new WebAuth Passkey to secure their account.
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
Authenticate with existing Passkey and get redirected accordingly.
|
|
63
63
|
|
|
64
|
-
Reset/Update their existing
|
|
64
|
+
Reset/Update their existing passkey
|
|
65
65
|
|
|
66
66
|
New user accounts are created here after verifying phone/email.
|
|
67
67
|
|