You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated .env.example to include SMTP settings and email verification parameters.
- Modified docker-compose.yml to add MailHog service for email testing and configured environment variables for the auth service.
- Implemented MailService for sending verification emails in auth service.
- Added EmailVerification model to Prisma schema and corresponding migration.
- Updated auth controller and service to handle email verification logic.
- Adjusted CORS settings across services to use the production frontend URL.
- Cleaned up unused OAuth guards and strategies in the auth service.
0 commit comments