refactor: rename idp fields to provider naming

This commit is contained in:
Chris
2026-04-03 01:05:01 +08:00
parent ce181ebf67
commit 388a3f461c
26 changed files with 202 additions and 199 deletions

View File

@@ -1,7 +1,7 @@
from pydantic import BaseModel, Field
class KeycloakPrincipal(BaseModel):
class ProviderPrincipal(BaseModel):
sub: str
email: str | None = None
name: str | None = None