Implement oidc login

This commit is contained in:
2025-05-30 10:57:59 +02:00
parent b491dff4b1
commit 391e310b91
39 changed files with 938 additions and 308 deletions

View File

@ -1,4 +1,5 @@
"""Authentication related exceptions."""
from typing import override
from .models import LoginError