Fix user delete flow 9

This commit is contained in:
Urtzi Alfaro
2025-08-02 23:29:18 +02:00
parent 826df76029
commit abe74f32f8
6 changed files with 49 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ class ServiceAuthenticator:
"user_id": f"{self.service_name}-service",
"email": f"{self.service_name}-service@internal",
"type": "service",
"role": "admin",
"exp": token_expires_at,
"iat": current_time,
"iss": f"{self.service_name}-service",