whisper-money/app/Http
Víctor Falcón d0aab3d11b
feat: verify waitlist leads (#285)
## Summary
- gate waitlist signup behind email confirmation so only verified leads
receive a queue position and referral code
- add signed lead verification routes, a check-email page, and a
dedicated verification email for the waitlist flow
- update lead syncing and feature tests so only verified leads are
exported to Resend and referral movement happens after verification

## Testing
- php artisan test --compact tests/Feature/UserLeadTest.php
- php artisan test --compact
tests/Feature/ResendSyncLeadsCommandTest.php
- php artisan test --compact tests/Feature/MailSenderTest.php
- vendor/bin/pint --dirty --format agent
2026-04-14 11:26:01 +01:00
..
Controllers feat: verify waitlist leads (#285) 2026-04-14 11:26:01 +01:00
Middleware feat: link loans to existing properties (#275) 2026-04-13 09:51:13 +01:00
Requests feat: link loans to existing properties (#275) 2026-04-13 09:51:13 +01:00
Responses feat: Auto-open encryption key modal after login (#54) 2026-01-11 20:29:49 +01:00