Skip to content

v0.6.6

Choose a tag to compare

@rustyconover rustyconover released this 03 Apr 20:33
· 67 commits to main since this release

What's Changed

  • OAuth PKCE external frontend support: Session cookie wire format bumped to v4 with a new return_to field. External frontends can pass _vgi_return_to query parameter to receive auth tokens via URL fragment redirect instead of cookies.
  • Bug fix: Fixed session cookie cleanup path mismatch in the external redirect branch — the cookie path now correctly matches where it was set ({prefix}/_oauth/), ensuring browsers actually delete it.
  • Lint fixes: Sorted __slots__, import ordering, and indentation cleanup.