mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-05 16:33:23 +02:00
d1b6f0d0a7
- Pass client_id in logout redirect so LogTo can validate post_logout_redirect_uri - Add OIDC_POST_LOGOUT_REDIRECT_URI config option with fallback derivation - Move session.clear() after logout_redirect() to allow state data save - Add 'username' to strip_userinfo() name fallback chain (LogTo uses this) - Strip quotes from OIDC_SCOPES and pass as list to Authlib (fixes direnv quoting issue where literal quotes were sent in the authorization URL) - Add OIDC_POST_LOGOUT_REDIRECT_URI to config, app state, and docs - Add INFO-level logging to callback and logout handlers for diagnostics - Update .env.example, README.md, AGENTS.md, docs/upgrading.md