21 Commits

Author SHA1 Message Date
Giuseppe Raffa
924c2b5367 refactor: implement centralized auth middleware and standardize cross-subdomain session management 2026-04-21 22:17:48 +02:00
Giuseppe Raffa
69012029ad refactor: clean up code and improve error handling in authentication and database modules 2026-04-21 20:47:32 +02:00
Giuseppe Raffa
5433529ffd fix: fixed erroneaus endpoints uses 2026-04-21 20:33:12 +02:00
Giuseppe Raffa
e43c330594 tempfix: added some debug console logs for easiest debug 2026-04-21 20:27:44 +02:00
Giuseppe Raffa
974cbe93cd fix: additional fix for auth login flow and auth web pages and database
connection.
2026-04-21 20:08:59 +02:00
Giuseppe Raffa
c8668920a6 fix: error in auth login, added basic font and more resources 2026-04-21 19:53:02 +02:00
Giuseppe Raffa
c0be21a718 fix: update database queries to use 'active' instead of 'is_active' for consistency 2026-04-16 00:18:49 +02:00
Giuseppe Raffa
ccd6143253 fix: update form action URL for login to include API path 2026-04-14 13:50:50 +02:00
Giuseppe Raffa
acb6b39dcf feat: add password configuration for Redis connection and update environment variables for Redis configuration 2026-04-14 13:27:22 +02:00
Giuseppe Raffa
0ae64d0c5b feat: update database configuration to use USERS_DB environment variable 2026-04-14 13:13:24 +02:00
Giuseppe Raffa
14c29b1434 added env examples for the services 2026-04-14 11:43:08 +02:00
Giuseppe Raffa
a07abbfeea refactor: reorganize auth routes by separating view and API endpoints. Added some layer security to the most private apis 2026-04-04 19:30:44 +02:00
Giuseppe Raffa
07673586c2 refactor: reorganize auth routes by separating view and API endpoints. Added some layer security to the most private apis 2026-04-04 19:21:12 +02:00
Giuseppe Raffa
dd19b33f35 refactor: reorganize auth routes by separating view and API endpoints 2026-04-04 19:16:19 +02:00
Giuseppe Raffa
3cd5a84cc1 feat: implement internal and user security middlewares and refactor route structures to support view and API separation 2026-04-04 19:11:29 +02:00
Giuseppe Raffa
0f511c2cf9 feat: implement user management routes and add settings endpoint to API server 2026-04-04 18:46:31 +02:00
Giuseppe Raffa
3efed93cbb refactor: update database environment variables to use generic DB prefix 2026-04-04 16:25:23 +02:00
Giuseppe Raffa
b31a04b1a7 feat: implement comprehensive health check endpoints for API, Auth, and Realtime services to monitor database, Redis, MinIO, and InfluxDB connectivity. 2026-04-04 12:10:00 +02:00
Giuseppe Raffa
ba6941fd2a chore: bind servers to 0.0.0.0 to allow external network access 2026-03-31 20:07:54 +02:00
Giuseppe Raffa
33b9be13de refactor: standardize database environment variables to POSTGRES prefix and update gitignore with common development patterns 2026-03-28 16:05:11 +01:00
Giuseppe Raffa
bcfce32adb feat: initialize microservice architecture with auth, api, realtime, copernicus, ml, and console modules 2026-03-28 15:29:34 +01:00