Add app scaffold and workflows
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s
This commit is contained in:
1
app/backend/features/auth/adapters/__init__.py
Normal file
1
app/backend/features/auth/adapters/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Adapters for auth integrations."""
|
||||
3
app/backend/features/auth/adapters/fastapi_users.py
Normal file
3
app/backend/features/auth/adapters/fastapi_users.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Placeholder for FastAPI Users integration."""
|
||||
|
||||
# Add glue code for FastAPI Users when adopting that library.
|
||||
Reference in New Issue
Block a user