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
Hexi
Hexi4mo ago
Also interested! as this would be great for mobile apps
Draco
Draco4mo ago
Same here

Did you find this page helpful?