Skip to content

v0.6.9

Choose a tag to compare

@rustyconover rustyconover released this 06 Apr 20:24
· 73 commits to main since this release

Changes

  • Origin allowlist for return_to redirects: _vgi_return_to redirects are now restricted to configured allowed origins (default: cupola.query-farm.services) and localhost, preventing open redirect vulnerabilities.
  • Early auth redirect: Already-authenticated users with a _vgi_return_to parameter are redirected immediately via process_request, skipping the OAuth flow entirely.
  • Configurable allowed origins: _OAuthPkceMiddleware accepts an allowed_return_origins parameter to customize the allowlist.