I am using nodejs client in which when i go to login url with my additional query params which i passed and after Sucessfull attemp from zerodha it redirect me to registered url with request token and in this i also want the query param which i passed on login url. but only request token is coming?
For example, let's say you want to get back `user_id=xxx` after the successful login you can initiate login with - `https://kite.zerodha.com/connect/login?api_key=kitedemo&redirect_params=user_id=xxx`