Add basic endpoints

This commit is contained in:
Jacob Windsor
2025-02-19 14:27:14 +01:00
parent e0f8112d13
commit 2e70664620
12 changed files with 77 additions and 22 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ from ..models.user import User
from ..settings import get_settings
class AuthProvider:
class AuthContext:
"""
Provides authentication methods for the API.
Provides authentication context for the current request.
"""
def __init__(