You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth: OIDC middleware configuration now supports standalone issuers, credentials, access restrictions, and scopes, with scopes represented as a list; update configurations using the former string form. (#243) (c5dd817)
WebUI: Customizable main server name
Config: New webui.display_name field
WebUI/API: The API now exposes GET /api/v1/webui/config with WebUIConfig.display_name, defaulting to GoDoxy when unset. (465edee)
WebUI/Dashboard: The server dashboard now uses the configured WebUI display name in server navigation and content headings. (yusing/godoxy-webui@b917589)
Improvements
Auth: OIDC middleware providers now reuse global discovery and verifier state by issuer/client identity while retaining route-specific credentials, scopes, and access rules. (0b8ab79)
Proxmox: Proxmox session renewal now falls back to configured credentials when a locally unexpired ticket is rejected by the server. (10834c5)
Full Changelog
6a828d2 fix(auth): write block page status before response body
46239a7 fix(auth): initialize OAuth refresh token store eagerly
0b8ab79 refactor(auth): reuse global OIDC discovery for middleware providers
c5dd817 feat(auth): support standalone OIDC middleware configuration (#243)