Closed ChemsCode closed 1 day ago
@ChemsCode quick feedback : can you update the readME if there is anything new related to the setup? Also if you can add the new changes to the postman collection if it was changed (Not urgent) - for the next iteration
@ChemsCode quick feedback : can you update the readME if there is anything new related to the setup? Also if you can add the new changes to the postman collection if it was changed (Not urgent) - for the next iteration
Yeah no problem, that's noted!
Pull Request: Enhanced User Verification and Backend Logging - #21
Summary
This pull request introduces several critical improvements to the backend, focusing on user verification, enhanced logging, and global error handling. The updates also include dependency additions and setup configurations to streamline the local development environment for testing email services.
Changes Made
1. User Verification
Verification
entity to store verification codes for user accounts, enabling secure account verification processes.verified
field to theUser
model, allowing the system to track whether a user has completed the verification process.2. Email Service Integration
mailpit
setup, allowing local testing of the email verification system.3. Global Error Handling
4. CORS Configuration
5. Dependency Updates
Testing
mailpit
tool via Docker Compose.Notes
These enhancements improve security and user experience by ensuring a smoother verification process and enabling detailed error tracking.
Related Issue
Closes #21