FYERS User Apps Authentication and Login Flow Explained

How does the authentication and login flow work for user apps on FYERS?

The authentication process for user apps involves navigating to the Login API endpoint, followed by user redirection to the redirect URI with an auth_code after successful login. Use this auth_code along with appIdHash (SHA-256 of api_id + app_secret) to validate the auth_code and obtain the access_token for further requests.