@soyio/soyio-widget 0.0.29 → 0.0.31
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 +2 -1
- package/dist/index.js +920 -921
- package/dist/index.umd.cjs +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,8 @@ For frontend frameworks, this should be imported as follows.
|
|
|
14
14
|
flow: '<flow>' // Can only take the values of 'register' or 'authenticate'
|
|
15
15
|
configProps = {
|
|
16
16
|
companyId: '<company id>', // Starts with 'com_'
|
|
17
|
-
userReference
|
|
17
|
+
userReference: '<user identifier of company>' // Optional
|
|
18
|
+
userEmail: '<user email>' // If not provided, Soyio will prompt the user to enter an email.
|
|
18
19
|
flowTemplateId: '<flow template id', // Starts with 'vft_' only needed in 'register' flow
|
|
19
20
|
identityId: '<identity id>' // Starts with 'id_' only needed in 'authenticate' flow
|
|
20
21
|
}
|