You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't authenticate against our own server to provide Google Sign In. This is an insecure design and can be improved. There are 2 main tasks:
After investigating the first issue, it appears LiveChat's Visitors SDK depends on many features from the browser. It references both the global document and the window object. It would be possible to mock out much of this interaction, but that would be pretty sketchy.
LiveChat support told me they're working on a Customer API that will allow us to get much of this functionality built in.
We currently don't authenticate against our own server to provide Google Sign In. This is an insecure design and can be improved. There are 2 main tasks:
Note that this issue doesn't track work related to actually using this backend.
The text was updated successfully, but these errors were encountered: