Phase 0 Complete by ClaudeCode
This commit is contained in:
0
backend/auth/__init__.py
Normal file
0
backend/auth/__init__.py
Normal file
1
backend/auth/dependencies.py
Normal file
1
backend/auth/dependencies.py
Normal file
@@ -0,0 +1 @@
|
||||
# TODO: JWT verification, role checks
|
||||
1
backend/auth/models.py
Normal file
1
backend/auth/models.py
Normal file
@@ -0,0 +1 @@
|
||||
# TODO: User/token Pydantic schemas
|
||||
1
backend/auth/router.py
Normal file
1
backend/auth/router.py
Normal file
@@ -0,0 +1 @@
|
||||
# TODO: Login / token endpoints
|
||||
1
backend/auth/utils.py
Normal file
1
backend/auth/utils.py
Normal file
@@ -0,0 +1 @@
|
||||
# TODO: Password hashing, token creation
|
||||
Reference in New Issue
Block a user