mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-02-04 11:18:45 -06:00
- Add issuer fallback from OIDC_ISSUER when userinfo lacks iss (fixes Authelia) - Fallback to unverified id_token decode for iss when ID token parsing failed - Wrap authorize_access_token() in dedicated try/except; log token_exchange_failed and suggest session cookie/proxy checks when state or PKCE validation fails - Log reason=... before every redirect to login in callback for easier debugging - Add 'Redirect loop / callback returns to login' troubleshooting to OIDC_SETUP.md Fixes #486 Co-authored-by: Cursor <cursoragent@cursor.com>