Implement user authentication and sensor data APIs
- Added JWT authentication with login and registration endpoints. - Created sensor data retrieval endpoints for room and sensor availability. - Integrated InfluxDB for data handling and added necessary routes. - Updated project dependencies to include django-ninja and pyjwt.
Showing
+421 -36
backend/app/api.py
0 → 100644
backend/app/auth.py
0 → 100644
backend/app/auth_utils.py
0 → 100644
backend/app/routes/__init__.py
0 → 100644
backend/app/routes/sensor.py
0 → 100644
backend/app/routes/user.py
0 → 100644
Please register or sign in to comment