I am looking at the implementation of Co-Browsing and am finding it unclear as to the security implications regarding the window.fireflyAPI.token = “”; implementation.
This looks as it would be publicly exposed and accessible by any user. Is there a security concern with the exposure of this token?
The article I am referencing during the review of implementation here is Pegasystems Documentation
Thanks in advance!