whisper-money/app/Http/Middleware
Víctor Falcón 75736f3e59
fix(auth): allow forced registration (#307)
## Summary
- allow `/register?force=1` to bypass the hidden-auth redirect and
render the registration page
- preserve the `force=1` query on form submit so hidden signup still
works end-to-end
- enforce hidden-signup blocking in the Fortify user creation path and
cover the forced/unforced flows with tests
2026-04-20 10:00:52 +01:00
..
ActivateDevelopmentFeatures.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
BlockDemoAccountActions.php feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
EnsureOnboardingComplete.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
EnsureUserIsSubscribed.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
HandleAppearance.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
HandleInertiaRequests.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
SetLocale.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
WithoutSsr.php Disable SSR for dashboard routes and extract API routes (#19) 2025-12-08 19:21:48 +01:00