whisper-money/tests/Feature/Auth
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
..
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 fix(auth): allow forced registration (#307) 2026-04-20 10:00:52 +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