I have implemented the node.js version of Text Customization API to change our login description and signup description. Have a few questions regarding the api:
Where in the app should the api be called. I have added it in the componentDidMount() of the component that returns Auth0Context.Provider. Is that right?
This seems like a one time setup, how can I ensure that the api call is not made everytime the app loads?
If I test with different values again and again, the results are not consistent. The login/signup text changes sometimes and sometimes don’t.
Thanks Dan. Calling through postman worked fine for my local Auth0 setup. Have requested the same process to be followed for prod environment as well. Will get back if we face any issues there.