-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The payload is invalid. #39
Comments
Sometimes it happens the same to me. I think it happens when a user left the browser opened for a long time in the login page (not logged in), and tries to login. |
Tenho este problema ocorrendo aqui também |
Same issue with a basic contact form (no auth required). For now I am encapsulating the decrypt attempt with a try/catch # vendor/lukeraymonddowning/honey/src/InputValues/JavascriptInputValue.php
public function checkValue($value): bool
{
try {
return Crypt::decrypt($value) == "Honey";
} catch (\Throwable $exception) {
return false;
}
} |
The payload is invalid. {"exception":"[object] (Illuminate\Contracts\Encryption\DecryptException(code: 0): The payload is invalid. at vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php:195)
The text was updated successfully, but these errors were encountered: