refactor(keycloak): remove authentik naming and switch to keycloak-only paths

This commit is contained in:
Chris
2026-04-01 02:01:41 +08:00
parent 34fc865b30
commit 0bc667847d
21 changed files with 368 additions and 681 deletions

View File

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