Open Issues Need Help
View All on GitHubAI Summary: Implement input validation and sanitization for a MERN stack blog application's backend using Joi. This involves creating validation schemas for user authentication, blog posts, and comments, integrating these schemas into existing routes using middleware, and handling validation errors consistently. XSS protection is also required.
The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community
AI Summary: Implement email functionality for a MERN stack blog application. This includes sending welcome emails upon registration and enabling password reset functionality via email. The task requires integrating an email service (like Resend), creating new API endpoints for password reset, and modifying the existing user registration controller to send welcome emails. HTML email templates should be used for a better user experience.
The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community
AI Summary: Implement password security requirements for a MERN stack blog application's backend using the `joi-password-complexity` library with Joi. This involves enforcing password strength, adding complexity validation, implementing secure password policies, and providing clear feedback to the user on password requirements.
The backend of a full stack mern application where users can post, read, edit and delete blogs and eventually grow a community