We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go to admin/login or other form and wait about 2 hours and try to submit. You'll see error: TokenMismatchException in VerifyCsrfToken.php line 67:
The text was updated successfully, but these errors were encountered:
Hi @zepco...
This is really down to Laravel's framework (see https://laracasts.com/discuss/channels/general-discussion/crsf-checked-before-auth) and the generation of the CSRF token which is a security feature we wouldn't want to remove.
However, I think a nicer error would be a good idea so we'll keep this open as we think of the best way to report this 'feature' to the user.
Sorry, something went wrong.
it would be palced in handler of coaster cms in the render function
if ($e instanceof TokenMismatchException) { // do something to notify user $request->flash(); return back(); }
No branches or pull requests
Go to admin/login or other form and wait about 2 hours and try to submit. You'll see error:
TokenMismatchException in VerifyCsrfToken.php line 67:
The text was updated successfully, but these errors were encountered: