What is the best way to keep a user signed in between app restarts while having sessions expire every hour and beign refreshed? I try to call account.get() but if its over an hour the user is not signed in but it still shows in the console that there is a session for the user.
TL;DR
Developers are looking to keep users signed in between app restarts, with sessions refreshing every hour. Calling account.get() results in the user being signed out after an hour, despite the session still appearing active in the console.