chore: commit remaining maintenance and model changes

This commit is contained in:
2026-06-03 23:26:20 +03:00
parent 814f2da139
commit 371834cf43
18 changed files with 295 additions and 528 deletions

View File

@@ -7,6 +7,8 @@
# @DATA_CONTRACT Input -> OAuth2PasswordRequestForm -> Token, User
# @INVARIANT All auth endpoints must return consistent error codes.
# @RELATION DEPENDS_ON -> [is_adfs_configured]
# @REVIEWED 2026-06-03
# @TESTED true
from fastapi import APIRouter, Depends, HTTPException, status
from fastapi.security import OAuth2PasswordRequestForm