Backend: - Add auth.py for JWT token verification - Update main.py to protect all routes with auth middleware - Remove dashboard router (frontend handles aggregation) - Add Docker support with Dockerfile and docker-compose.yml Frontend: - Add OIDC authentication using oidc-client-ts with PKCE flow - Create router.js with auth guards for automatic login/logout - Add api.js for unified Axios instance with auth headers - Add composables: useAuth.js, useVehicleData.js for caching - Add views/Main.vue as main application page - Simplify App.vue to router-view container - Add deploy-web.sh deployment script Documentation: - Update AGENTS.md with new architecture and auth flow
34 lines
566 B
Plaintext
34 lines
566 B
Plaintext
annotated-types==0.7.0
|
|
anyio==4.13.0
|
|
certifi==2026.2.25
|
|
cffi==2.0.0
|
|
click==8.3.2
|
|
cryptography==46.0.7
|
|
ecdsa==0.19.2
|
|
fastapi==0.115.0
|
|
greenlet==3.4.0
|
|
h11==0.16.0
|
|
httpcore==1.0.9
|
|
httptools==0.7.1
|
|
httpx==0.28.1
|
|
idna==3.11
|
|
psycopg2-binary==2.9.10
|
|
pyasn1==0.6.3
|
|
pycparser==3.0
|
|
pydantic==2.9.2
|
|
pydantic-settings==2.6.1
|
|
pydantic_core==2.23.4
|
|
python-dotenv==1.0.1
|
|
python-jose==3.5.0
|
|
python-multipart==0.0.17
|
|
PyYAML==6.0.3
|
|
rsa==4.9.1
|
|
six==1.17.0
|
|
SQLAlchemy==2.0.36
|
|
starlette==0.38.6
|
|
typing_extensions==4.15.0
|
|
uvicorn==0.32.0
|
|
uvloop==0.22.1
|
|
watchfiles==1.1.1
|
|
websockets==16.0
|