EmotionCognitionLab / factorial-design-breathing-study

1 stars 0 forks source link

extend login session or force re-login #9

Closed noah10 closed 2 weeks ago

noah10 commented 3 weeks ago

A couple of times in testing testers have gotten a 401 Unauthorized error because their session expired while they were using the app. While this is unlikely to happen in real life, extending the lifetime of the login session (or having the app force re-login in this scenario - harder to do) would be useful.

noah10 commented 2 weeks ago

In version 1.0.4 the api client will attempt to refresh credentials if it gets an unauthorized error.