GoodDollar / GoodServer

Backend to support the GoodDAPP
MIT License
13 stars 13 forks source link

(chore) 2902 decrease auth calls #311

Closed omerzam closed 3 years ago

omerzam commented 3 years ago

Description

During high load times, there's a large number of login calls that fail with timeout or network error Currently call to server auth endpoint is called on every app refresh, there's no need. Let's reduce the number of calls according to the JWT expiration date or if no JWT exists.

About # (2909)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist: