fix: enrich me profile via userinfo and add org-member management plan

This commit is contained in:
Chris
2026-03-30 01:14:02 +08:00
parent 1ec132184f
commit c6cb9d6818
7 changed files with 150 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ class Settings(BaseSettings):
authentik_client_id: str = ""
authentik_client_secret: str = ""
authentik_token_endpoint: str = ""
authentik_userinfo_endpoint: str = ""
public_frontend_origins: Annotated[list[str], NoDecode] = ["https://member.ose.tw"]
internal_shared_secret: str = ""