Feature Description
Currently, due to any failure, if the API endpoint returns 401 multiple times subsequently, the app goes in an infinite loop of trying to log in the user again and again.
Proposed Solution
We check the number of login attempts in the last few seconds. If multiple login attempts are detected, the app should break the loop and display an appropriate error message
Alternative Solutions
No response
Want to contribute?
Additional Context
No response
Feature Description
Currently, due to any failure, if the API endpoint returns 401 multiple times subsequently, the app goes in an infinite loop of trying to log in the user again and again.
Proposed Solution
We check the number of login attempts in the last few seconds. If multiple login attempts are detected, the app should break the loop and display an appropriate error message
Alternative Solutions
No response
Want to contribute?
Additional Context
No response