41ab3e5e22
chore: remove trailing whitespace from README.md line 42
2025-03-05 23:10:15 +00:00
ce1909d79a
fix: add try-catch block to handle database connection timeout in user service
2025-03-05 22:53:35 +00:00
4f42c4764b
chore: remove trailing whitespace from README.md line 42
2025-02-13 18:09:29 +00:00
127ea61ae7
chore: remove trailing whitespace from README.md formatting
2025-01-26 01:54:45 +00:00
2887831736
feat: add stdin reading support for processing piped input data
2025-01-25 13:19:01 +00:00
29239df816
feat: add user_id index to profiles table for faster lookup queries
...
The new index on the `user_id` column in the `profiles` table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 21:59:51 +00:00
4be6b8f308
feat: implement user authentication with JWT token generation and validation
2025-01-04 15:54:48 +00:00
870d32c898
refactor: extract user authentication logic into dedicated service class with dependency injection
2025-01-04 07:40:31 +00:00
a023630143
chore: remove placeholder safety confirmation text from commit message
2025-01-04 07:35:39 +00:00
445cc5340c
chore: initialize project structure with empty repository scaffold
2025-01-04 05:00:03 +00:00