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.
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.
Make sure you don't call generate access token method.