Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document Identity System changes for Web Chat (#145)
* Specify error event listener for Web Chat developers + This error event can be subscribed to for handling runtime errors programmatically * Add Web Chat Identity System integration instructions * Document the Web Chat runtime error event + This describes all the errors, their reasons, as well as the details that can occur via the onWebChatRuntimeError event. + The tables are not "formatted" because MDX does not compile correctly due to whitespaces. * Recommend the usage of the Web Chat runtime error event * Document all the new Identity System JS APIs * Document the Logout API * Add callout for onLoginRequest event + This is to let the devs know user session expiry conditions + Ref: https://helpshift.atlassian.net/browse/HS-18282 * Add identity token schema + The identity token schema is necessary for developers to understand what the backend endpoint should return and to reduce back and forth between KB articles and Dev Docs * Centralize all user identity APIs + Instead of documenting the profile update APIs separately, we are centralizing them on a new page + We're linking the entire page on the APIs page to ensure consistency and discoverability + Also addressed these review comments: + Mentioned that the feature is in closed beta + Changed "support" to "Customer Success" + Moved "addUserIdentities" API documentation right after the login information + Removed the TODO + Changed Users title to add "Legacy" for clear bifurcation * Add full privacy scenarios and login best practices * Update section title for user specific metadata
- Loading branch information