PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Caching Auth Token #4

Open WilliamDormer opened 2 years ago

WilliamDormer commented 2 years ago

The ability to save an authentication token on a device/in DB in order to reduce the number of sign-in attempts required. It improves system performance. It should expire after a set number of days.

Reduces the number of authentication calls, and improves the responsiveness of the application for the user.

ethanblake4 commented 2 years ago

This is a server issue not frontend