- Update JWT middleware to set complete user object in context - Parse UUID correctly and convert to pgtype.UUID format - Add missing imports for uuid and pgx/v5/pgtype - Fix type conversion from UUID string to byte array - Ensure compatibility with database.Users struct Resolves authentication issues for library and user endpoints