diff --git a/backend/app/services/auth_config.py b/backend/app/services/auth_config.py index f775af9..d6c2585 100644 --- a/backend/app/services/auth_config.py +++ b/backend/app/services/auth_config.py @@ -12,7 +12,7 @@ AUTH_CONFIG_ALLOWED_KEYS = { "cookie": {"cookie_string", "new_api_user", "user_id", "provider"}, "login_password": { "email", "password", "login_path", "username_field", "new_api_user", "user_id", "provider", - "token", "refresh_token", "expires_in", "token_expires_at", + "token", "refresh_token", "expires_in", "token_expires_at", "refresh_path", }, }