refactor: rename idp fields to provider naming

This commit is contained in:
Chris
2026-04-03 01:05:01 +08:00
parent 467f2b4867
commit ef27162903
35 changed files with 239 additions and 235 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