Earlier I had programmed my app to automatically login, enter pin and and generate token, but now a TOTP based auth is implemented by zerodha, how do I disable it, the whole idea is to collect data through websocket from 9am to 3am everyday without having to manually generate tokens everyday
Also once the session is started what is the validity of it before the session expires and I have to generate a new token?
It is mandatory by the exchange that a user has to manually login at lease once a day. We don't recommend automating login.