Fix user delete flow 9
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user