How to achieve zerodha oAuth login without getting the credentials every time

rvijaii019
Hi,


We are trying to implement zerodha based oAuth login on my website(like https://sensibull.com). While doing that, manually I doing login to get metadata every time. So I want to avoid the manual process of getting metadata.
  • sujith
    Once you have the access token you can store it in the local and use the same for subsequent requests.
    Make sure you don't call generate access token method.
Sign In or Register to comment.