feat(auth): add Pydantic auth models and unit tests; update docs

This commit is contained in:
2025-10-12 23:49:04 +02:00
parent 539dd80e14
commit 92217301b5
5 changed files with 119 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
"""Models package for server-side Pydantic models."""
__all__ = ["auth"]