Fix user delete flow 5

This commit is contained in:
Urtzi Alfaro
2025-08-02 19:09:43 +02:00
parent 8d1b7c1efb
commit 63151c9bd4
3 changed files with 4 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ class ServiceAuthenticator:
"sub": f"{self.service_name}-service",
"user_id": f"{self.service_name}-service",
"email": f"{self.service_name}-service@internal",
"type": "access",
"type": "service",
"exp": token_expires_at,
"iat": current_time,
"iss": f"{self.service_name}-service",