Skip to content

Conversation

@paperdiamond
Copy link
Owner

Testing that the duplicate workflow fix works correctly.

@paperdiamond
Copy link
Owner Author

The authentication tokens are being logged in plain text to the console in production. This exposes user credentials and session tokens to anyone with log access. Found in auth/middleware.ts line 45.

@paperdiamond
Copy link
Owner Author

Users are reporting that the password reset emails never arrive. Checked the email service logs and found the SMTP connection is timing out. Users can't recover their accounts.

@paperdiamond
Copy link
Owner Author

The image upload feature accepts files up to 50MB but our S3 bucket has a 10MB limit configured. Large uploads fail silently. We should either increase the S3 limit or add client-side validation.

@paperdiamond
Copy link
Owner Author

Would be nice to add keyboard shortcuts for common actions like Ctrl+S to save and Ctrl+K for search. This would improve power user experience.

@paperdiamond
Copy link
Owner Author

/create-issues

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

✅ Created 4 Linear issues:

  • GIT-154 Remove authentication token logging from production
  • GIT-155 Fix password reset email delivery failures
  • GIT-156 Fix image upload size limit mismatch
  • GIT-157 Add keyboard shortcuts for common actions

@paperdiamond paperdiamond deleted the test/verify-duplicate-fix branch December 8, 2025 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants