rlee128Original post
Rank 2: Process
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.
Summary
Developers are seeking advice on how to keep users signed in between app restarts while having sessions expire every hour. The current method of calling account.get() is not working as expected.