Is there a way to set google access token expiration time. Since refresh token doesn't seem to work atm
No I don't think so...is there a GitHub issue for adding support for the refresh token?
yeah, its a bug report https://github.com/appwrite/appwrite/issues/5987. account.updateSession('current') should refresh the access token but its missing refresh token.
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...