eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

fix(241): log out users when token expires #245

Closed Requinard closed 6 years ago

Requinard commented 6 years ago

closed: #241

Pinselohrkater commented 6 years ago

This works, but only when fully terminating the app process.

Can we run this validation when the home screen gets loaded or the app gets un-unsuspended?

Pinselohrkater commented 6 years ago

@Requinard I added a minor change to also run validation on resume. I've tested it, and it seems to do the job. Please let me know if you have any concerns with calling this method there; if not, feel free to merge.