☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2018
hardik__
February 2018
sujith
Multiple logins
hardik__
February 2018
in
General
Hi,
Just need to know if i have created two different apps using the same client id then if i use them both in different machines to trade will this work?
because once i am logged in at a place and then try to login from somewhere else the previous login is not being considered.
Thanks
sujith
February 2018
Hi,
Once you get access token, you can use it from any system. The Kite Connect authorization is based on api_key and access_token only. It doesn't matter where you run the script.
hardik__
February 2018
So if i have two different apps from the same Client id and request different access token then it should not be an issue right?
sujith
February 2018
But you need to make sure, you don't use one access token in another app.
hardik__
February 2018
That is being taken care of.
Just one last question you can login to kite at only one place at a time right?
So just need to make sure that i wont face any issues.
hardik__
February 2018
I recently got into a problem where when the app was running and i logged into kite from a different machine and the order got rejected
sujith
February 2018
You can open Kite also from anywhere but make sure you don't log out anywhere.
If you log out anywhere then you will lose session everywhere.
hardik__
February 2018
Ok cool.
Thanks for all the help
This discussion has been closed.
Once you get access token, you can use it from any system. The Kite Connect authorization is based on api_key and access_token only. It doesn't matter where you run the script.
Just one last question you can login to kite at only one place at a time right?
So just need to make sure that i wont face any issues.
If you log out anywhere then you will lose session everywhere.
Thanks for all the help