whisper-money/tests/Feature/Auth
Víctor Falcón 905edeb4a2
fix: route new PWA guests to signup (#313)
## Summary
- redirect guest access to protected routes based on returning-user
cookie
- send new PWA guests to registration and returning guests to login
- persist returning-user cookie after register, login, and 2FA login
- keep explicit login links working via `force=1`

## Testing
- vendor/bin/pint --dirty --format agent
- php artisan test --compact tests/Feature/Auth/AuthenticationTest.php
tests/Feature/DashboardTest.php tests/Feature/Auth/RegistrationTest.php
2026-04-21 10:53:05 +01:00
..
AuthenticationTest.php fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00
EmailVerificationTest.php feat: Enable email verification on sign up (#97) 2026-02-03 10:15:07 +01:00
PasswordConfirmationTest.php fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00
PasswordResetTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
RegistrationTest.php fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +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