elmeg-demo/backend/migrations
fullsizemalt f1d8a14f75 feat: Add email verification and password reset (Phase 1)
- Add email_verified, verification_token, reset_token fields to User model
- Create email_service.py with SendGrid integration
- Add auth endpoints: verify-email, resend-verification, forgot-password, reset-password
- Create frontend pages: /verify-email, /forgot-password, /reset-password
- Add forgot password link to login page
- Add PLATFORM_ENHANCEMENT_SPEC.md specification
2025-12-21 13:28:54 -08:00
..
add_email_verification.py feat: Add email verification and password reset (Phase 1) 2025-12-21 13:28:54 -08:00
add_link_columns.py feat: Add CI/CD migration runner to backend startup 2025-12-21 03:46:11 -08:00
add_parent_id_column.py feat: Add CI/CD migration runner to backend startup 2025-12-21 03:46:11 -08:00
add_reaction_table.py feat: Add CI/CD migration runner to backend startup 2025-12-21 03:46:11 -08:00
add_youtube_links.py fix: Fix migration import path 2025-12-21 13:00:10 -08:00