whisper-money/tests/Feature/Auth
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
..
AuthenticationTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
EmailVerificationTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00
PasswordConfirmationTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
PasswordResetTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
RegistrationTest.php feat(landing): add signed auth links (#312) 2026-04-21 08:28:59 +01:00
TwoFactorChallengeTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
VerificationNotificationTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00