daneden / Zeitgeist

👁 An iOS app for keeping an eye on your Vercel deployments
http://zeitgeist.daneden.me
Apache License 2.0
190 stars 7 forks source link

Handle error states #77

Closed daneden closed 2 years ago

daneden commented 2 years ago

The app needs to handle error states, most critically states where tokens have been revoked or accounts deleted. Since accounts are decoded and stored locally, it should be relatively easy to determine whether an account has been deleted or tokens revoked. When this is determined, the app should let the user know and present options to remove or reauthorise the account.