☰
Login
Signup
Home
›
Python client
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
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
June 2020
Imran
June 2020
kaushalmalkan
June 2020
sujith
Access Token Doubt
kaushalmalkan
June 2020
in
Python client
Hi,
I am testing a lot with my API code right now and thus it generates access token on every run.
Would there be an issue if I force expire my access token repeatedly or is it safe?
sujith
June 2020
Once you get an access token, store it and use it in subsequent runs until that is expired. It is not a good practice to create a new access token for every run.
kaushalmalkan
June 2020
Yes, that is exactly my question. Would there be any harm because of it?
Imran
June 2020
hii
@kaushalmalkan
see this video for login explanation
https://youtube.com/watch?v=wHLrMyzdgJw
sujith
June 2020
@kaushalmalkan
,
Your program may have a lot of delay because of this.
Sign In
or
Register
to comment.
see this video for login explanation
https://youtube.com/watch?v=wHLrMyzdgJw
Your program may have a lot of delay because of this.