Skip to content

v0.6.8

Choose a tag to compare

@rustyconover rustyconover released this 03 Apr 21:50
· 277 commits to main since this release

What's Changed

  • Request offline access for external frontends: When return_to is set, the OAuth authorization URL now includes access_type=offline and prompt=consent so Google returns a refresh_token. This lets external frontends (e.g. DuckDB WASM) silently refresh expired id_tokens without user interaction.