Skip to content

Commit 21e2d0e

Browse files
rustyconoverclaude
andcommitted
Fix expired token redirect loop and theme error pages (v0.6.10)
Add JWT expiry check in OAuth PKCE middleware to prevent infinite redirect loops when the landing page (exempt from _AuthMiddleware) has an expired token cookie. Extract shared HTML styles to _common.py and apply branded theme to OAuth error page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8354ca8 commit 21e2d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vgi-rpc"
3-
version = "0.6.9"
3+
version = "0.6.10"
44
description = "Vector Gateway Interface - RPC framework based on Apache Arrow"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)