@newskit-render/my-account 6.12.4 → 6.12.5
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,9 +25,13 @@ If you have already included my account into your application, you will be able
|
|
|
25
25
|
```
|
|
26
26
|
MAIN_GRAPHQL_URL="" // This is going to be deprecated and removed soon. Please use ACCOUNT_PROVIDER_GRAPHQL_URL
|
|
27
27
|
ACCOUNT_PROVIDER_GRAPHQL_URL=""
|
|
28
|
+
ACCOUNT_PROVIDER_INTERNAL_AUTH0_DOMAIN=""
|
|
29
|
+
ACCOUNT_PROVIDER_INTERNAL_CLIENT_ID=""
|
|
30
|
+
ACCOUNT_PROVIDER_INTERNAL_CONNECTION=""
|
|
28
31
|
```
|
|
29
32
|
|
|
30
33
|
ACCOUNT_PROVIDER_GRAPHQL_URL: This is the main graphql endpoint - you can ask someone from your team, or a member from CPS to provide it for you.
|
|
34
|
+
ACCOUNT_PROVIDER_INTERNAL_AUTH0_DOMAIN, ACCOUNT_PROVIDER_INTERNAL_CLIENT_ID, and ACCOUNT_PROVIDER_INTERNAL_CONNECTION are needed for the changing password and email functionality and like ACCOUNT_PROVIDER_GRAPHQL_URL can be provided by CPS.
|
|
31
35
|
|
|
32
36
|
If you are interested in my-account - CPS integration and you want some in-depth info about it, you can have a look at our space in [confluence](https://nidigitalsolutions.jira.com/wiki/spaces/NPP/pages/3004694700/PP+My+Account+-+MAIN)
|
|
33
37
|
|