whisper-money/app/Actions/Fortify
Víctor Falcón 240fcf1703
feat(landing): add signed auth links (#312)
## Summary
- add signed landing links that unlock auth buttons while
HIDE_AUTH_BUTTONS is enabled
- persist the unlock in a secure cookie so desktop and installed PWA
users can still sign up
- add artisan command to generate signed landing auth links and test
coverage for the flow

## Testing
- php artisan test --compact tests/Feature/LandingAuthOverrideTest.php
tests/Feature/Console/GenerateLandingAuthLinkCommandTest.php
tests/Feature/Auth/RegistrationTest.php
- php artisan test --compact tests/Feature/WelcomeBanksOrderingTest.php
tests/Feature/SubscriptionTest.php
- vendor/bin/pint --dirty --format agent
2026-04-21 08:28:59 +01:00
..
CreateNewUser.php feat(landing): add signed auth links (#312) 2026-04-21 08:28:59 +01:00
PasswordValidationRules.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
ResetUserPassword.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00