takeone/TODO.md

534 B

Email Verification Implementation TODO

  • Enable MustVerifyEmail trait in app/Models/User.php
  • Add email verification routes to routes/web.php
  • Modify RegisteredUserController to remove auto-login and redirect to verification notice
  • Update AuthenticatedSessionController to check verification on login
  • Modify welcome email template to include verification link
  • Create verify-email.blade.php view
  • Apply 'verified' middleware to protected routes
  • Test the registration and verification flow