Offline first support
I there, does Better Auth have support for offline session mgmt?
(im using react + express with oauth).
It seems like the client.getSession() always sends a request to the backend and doesn't use a cached result. What's the recommended approach for offline? Would you simply cache the expiresAt field? (in addition to relevant session data)?
2 Replies