auth and login

mbisht
Hi there,
i m using github sample (.net) to connect kite platform, each time i have to copy url and paste in browser to get token. is there any way i can bypass browser login for .net api side ?
  • sujith
    You need to create access token only once and then use it for the rest of the day. Don't call generate token for ever run of the program/app.
  • mbisht
    thanks , how we can get rid of browser login even for single access token ? i do not have any UI in the system
  • sujith
    It is mandatory according to the regulations that a user has to manually login at least once a day. We don't recommend automating login.
Sign In or Register to comment.