v0.6.8
What's Changed
- Request offline access for external frontends: When
return_tois set, the OAuth authorization URL now includesaccess_type=offlineandprompt=consentso Google returns arefresh_token. This lets external frontends (e.g. DuckDB WASM) silently refresh expired id_tokens without user interaction.