If the user does not have the internet connection, but our system persist the user session token from his/her login by phone number. But how can I use that session token that no need to call the account.get?
TL;DR
Developers are wondering how to use a session token that was persisted during login by phone number without relying on `account.get` when the user has no internet connection.