whisper-money/app/Http/Controllers/OpenBanking
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
..
Concerns Backfill Coinbase monthly history (#395) 2026-05-14 10:52:46 +01:00
AccountMappingController.php Backfill Coinbase monthly history (#395) 2026-05-14 10:52:46 +01:00
AuthorizationController.php Notify users about expired bank connections (#404) 2026-05-20 09:20:13 +02:00
BinanceController.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
BitpandaController.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
CoinbaseController.php feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
ConnectionController.php feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
IndexaCapitalController.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
InstitutionController.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00