Hey Team, I am a regular user of KiteConnect SDKs. Recently developed an iOS app for running a strategy (reading historical data and shortlisting stocks). Earlier I used to use login_url and then extract request token from there and then generate access_token. Is there any better way to do in IN-APP ? Can I use kite app itself to login by any chance ? or any way I can redirect to my own app (I know this is more generic ask rather than kiteconnect specific ask) .
Kite Connect supports only the OAuth-based authentication flow using login_url → request_token → access_token, and this process is mandatory for all integrations with no alternative or shortcut available. In mobile apps, the login_url should be opened in-app, and a custom redirect URL or universal link should be used to return control to the application and capture the request_token. Please follow the login flow API documentation for more details.
As per exchange regulations, traders must manually authenticate at least once each trading day. Automating or bypassing the login process is not supported and may lead to compliance and security issues.
In mobile apps, the login_url should be opened in-app, and a custom redirect URL or universal link should be used to return control to the application and capture the request_token. Please follow the login flow API documentation for more details.
As per exchange regulations, traders must manually authenticate at least once each trading day.
Automating or bypassing the login process is not supported and may lead to compliance and security issues.