Commit Graph

3 Commits

Author SHA1 Message Date
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
6232611e0b feat: add JWT-based authentication with 24h token expiry in login handler 2025-01-04 16:04:14 +00:00
4be6b8f308 feat: implement user authentication with JWT token generation and validation 2025-01-04 15:54:48 +00:00