🔧 Title: Add email verification for new account registration
📘 Description
New users can register and immediately use the platform without verifying their email address. Unverified email addresses cannot receive notifications and reduce the platform's ability to recover accounts.
✅ Acceptance Criteria
🔧 Context: backend/src/routes/auth.js; backend/src/notifications/.
🔧 Title: Add email verification for new account registration
📘 Description
New users can register and immediately use the platform without verifying their email address. Unverified email addresses cannot receive notifications and reduce the platform's ability to recover accounts.
✅ Acceptance Criteria
GET /api/auth/verify-email?token=...endpoint🔧 Context:
backend/src/routes/auth.js;backend/src/notifications/.