Password Reset Link Failure

The PasswordResetLinkFailure¹ exception can be used as an alternative to Laravel Fortify's default validation exception, in situations requesting a password reset linkopen in new window fails, e.g. due to invalid user credential.

The exception results in an HTTP "200 Ok"open in new window response, rather than the default "422 Unprocessable Content"open in new window response. Doing so can reduce the chance, that an attacker is able to guess whether a user account exists or not. For more information about such, please see the custom "failed password reset link" API response.

¹: Full namespace: \Aedart\Auth\Fortify\Exceptions\PasswordResetLinkFailure.