whisper-money/app/Http
Víctor Falcón 0f527d0f26
Notify users about expired bank connections (#404)
## Summary
- mark expired EnableBanking connections during scheduled sync and queue
reconnect email
- add reconnect email/button route for expired connections
- surface expired connections in shared Inertia props and show
persistent reconnect toast

## Tests
- vendor/bin/pint --dirty --format agent
- php artisan test --compact
tests/Feature/OpenBanking/SyncRetryAndLoggingTest.php
--filter='expired|scheduled sync includes active enablebanking'
- php artisan test --compact
tests/Feature/OpenBanking/AuthorizationControllerTest.php
--filter='reauthorize|reconnect link'
- php artisan test --compact tests/Feature/InertiaSharedDataTest.php
--filter='expired banking'
- npm run types (fails on existing unrelated TypeScript errors; no
app.tsx/expiredBanking errors after Wayfinder generation)
2026-05-20 09:20:13 +02:00
..
Controllers Notify users about expired bank connections (#404) 2026-05-20 09:20:13 +02:00
Middleware Notify users about expired bank connections (#404) 2026-05-20 09:20:13 +02:00
Requests feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00