As long as you have a valid access token, you can place orders from multiple systems. I am hoping this is for running different strategies on different machines. You may need to watch for this.
I have an https server on which I create a session and collect data via websockets. Now I want to trade from my localhost server and when I use the same access token I get a TokenException: Invalid or expired token.
I am using kiteconnectjs v3 on the server, and v4 on the localhost. Could this be an issue?
You may need to watch for this.
OR
we have to obtain another access token by going through the login flow on device 'B' ?
I am using kiteconnectjs v3 on the server, and v4 on the localhost. Could this be an issue?