Topic by Bruno Vasconcellos
Hello!
We have Scripts and Workspace calling via Web Browser (URL) an external application that uses the RN Javascript API to interact with the tool.
Question: We were able to validate the user session? I know I can pass the session ID by parameter in the URL, however, the external application can validate if is a valid session via Web service or Javascript API?
Because with the session number I do not know if it is valid for me to allow my user browses this web browser.
Thank you!!!