user account sharing between smarteye system and customers WEB software
The format of the skip-login redirect URL uses a username and password for redirection: https://192.168.88.11:9781/client/app/#/login?&user=test&password=123&menu=videoPlayback&device=PU_22060310. `menu`: specifies the selected function menu after redirection (sub-route; empty: homepage). `videoPlayback`: specifies the video playback function. `device`: specifies the device ID (empty: not specified). After specifying the device, if `menu` is not specified, the page will redirect to the device details interface.
Using token for redirection: Advantages: No password leakage during redirection.
http://192.168.88.11:9780/client/app/#/login?&token=2CC73DBF37BF358F809FD435DDC1EB8C&menu=videoPlayback&device=PU_55AA00
The third-party platform does not call the SmartEye login interface, but obtains a token through the appid and key.
Refer to the instructions for integrating with the e interface on third-party platforms
