feat: add OIDC claims mapping and PorchlightUserInfo source

This commit is contained in:
Johan Lundberg 2026-02-16 12:52:43 +01:00
parent fd098a4eff
commit 02b75a3eca
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
3 changed files with 122 additions and 0 deletions

View file

@ -35,5 +35,8 @@ class Settings(BaseSettings):
# Magic links
invite_ttl: int = 86400 # seconds
# Signing keys
signing_key_path: str = "data/keys"
# Theme
theme: str = "default"