Thank you so much Rakesh. Getting a better hang of login and session mgmt from https://kite.trade/docs/connect/v3/user/#login-flow. This give more detailed context over and above the youtube video
Kite Connect app is provided for personal use only. It can be only used with the client ID that is mentioned on the developers console while creating the Kite Connect app. Go through the FAQs here.
We flush all sessions including APIs and Websocket around 07:30 AM every day. So, you need to establish a new WebSocket session, the same as APIs. Go through session FAQs here.
You can go through login flow FAQs here. https://kite.trade/forum/discussion/4732/frequently-asked-questions-faqs#login ==> Already have set all credential as mentioned in this solution
As mentioned in the documentation, we strongly recommend not to embed api_secret inside the client side application. It may become a huge security compromise. The token exchange has to happen on the …