Cosmetic
Some checks failed
/ build (push) Failing after 14s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-16 05:43:26 +01:00
parent a597a444b5
commit 21ccdad953
2 changed files with 13 additions and 16 deletions

View file

@ -19,6 +19,8 @@ class OIDCProvider(BaseModel):
url: str
client_id: str
client_secret: str = ""
# For PKCE (not implemented yet)
# code_challenge_method: str | None = None
hint: str = "No hint"
@computed_field