feat: add username-password login flow via authentik token endpoint
This commit is contained in:
@@ -23,7 +23,9 @@ class Settings(BaseSettings):
|
||||
authentik_issuer: str = ""
|
||||
authentik_jwks_url: str = ""
|
||||
authentik_audience: str = ""
|
||||
authentik_client_id: str = ""
|
||||
authentik_client_secret: str = ""
|
||||
authentik_token_endpoint: str = ""
|
||||
|
||||
public_frontend_origins: Annotated[list[str], NoDecode] = ["https://member.ose.tw"]
|
||||
internal_shared_secret: str = ""
|
||||
|
||||
Reference in New Issue
Block a user