fix: enrich me profile via userinfo and add org-member management plan
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user