A local nutrition tracking app powered by AI
Released: May 2026
users table with password hashing, roles, and SSO fieldsuser_id foreign key columns on all tables with default system user(user_id, key) for settings tableUserContext class for current user managementuser_id filtering in all PostgresAdapter queriesAuthService with bcrypt password hashing/api/auth/* for login, logout, and status/api/users/* for user management (list, create, update, delete)/api/health endpoint for status monitoringUserSwitcher dropdown component in headerAuthGuard route protection/login) with user selector + password/users) for CRUD operationsReleased: Apr 2026
Released: Early 2026