5 Commits

Author SHA1 Message Date
dmit.b fdb3140b8b remove bcrypt from registration key, use plain string comparison 2026-06-25 16:53:56 +03:00
dmit.b 8df9af86e6 store plaintext secret key in .env, hash at startup 2026-06-25 16:43:49 +03:00
dmit.b 6797f3d3c8 add registration security: bcrypt secret key, length validation, duplicate check, rate limiting 2026-06-25 11:55:55 +03:00
dmit.b fde96c0197 feat: add Swagger UI docs, custom CORS middleware, and request logging
- Add Swagger UI files and updated API spec for Family Safety Tracker
- Replace shelf_cors_headers with custom CORS middleware in server.dart
- Add request_logger middleware with timing for auth and geo routes
- Add REGISTRATION_SECRET_KEY to .env for registration validation
- Remove postgres port exposure from docker-compose.yml
- Update opencode.json model configuration
- Add crypto dependency and update Flutter web assets
2026-05-15 17:43:53 +03:00
dmit.b cd85f5f2db feat: add Docker support, refactor DB layer, update API responses 2026-05-08 16:38:57 +03:00