refactor session cookie handling for Authelia integration

This commit is contained in:
Eduardo Silva
2026-03-15 16:30:28 -03:00
parent e8622f84a8
commit 218bd32e93
2 changed files with 72 additions and 13 deletions

View File

@@ -36,7 +36,6 @@ def _build_auth_method_entry(method):
if method.auth_type == 'totp':
entry['totp_secret'] = method.totp_secret
entry['totp_before_auth'] = method.totp_before_auth
elif method.auth_type == 'oidc':
entry['provider'] = method.oidc_provider