简体   繁体   English

错误:laravel 5.2中VerifyCsrfToken.php第67行中的TokenMismatchException

[英]Error: TokenMismatchException in VerifyCsrfToken.php line 67 in laravel 5.2

Actually,I want to redirect my user to the email verification page after signup process and asking him/her to enter the verification code sent to his/her email. 实际上,我想在注册过程后将我的用户重定向到电子邮件验证页面,并要求他/她输入发送到他/她的电子邮件的验证码。 I will be glad if you tell me the process or recommend me any tutorial. 如果你告诉我这个过程或推荐我任何教程,我将很高兴。

I have already made my working authentication system . 我已经建立了我的工作认证系统。 I have searched a lot on internet but all i can find is the requirement of laravel auth which i am not using. 我在互联网上搜索了很多,但我能找到的是laravel auth的要求,我没有使用。

On signing up I am getting the above mentioned error. 注册时我收到上述错误。

If you need to see my code , just tell me. 如果您需要查看我的代码,请告诉我。 I'll post it. 我会发布它。

This question is in reference to https://stackoverflow.com/questions/38066753/how-to-build-an-email-verification-system-using-laravel-5-2-with-custom-controll/38101210?noredirect=1#comment63640254_38101210 这个问题参考https://stackoverflow.com/questions/38066753/how-to-build-an-email-verification-system-using-laravel-5-2-with-custom-controll/38101210?noredirect= 1个#comment63640254_38101210

I was having the same issue. 我遇到了同样的问题。 Here is the best tutorial i came across when i built laravel 5.2 registration. 这是我在构建laravel 5.2注册时遇到的最佳教程。

https://laraveltips.wordpress.com/2015/06/15/how-to-make-user-login-and-registration-laravel-5-1/ https://laraveltips.wordpress.com/2015/06/15/how-to-make-user-login-and-registration-laravel-5-1/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Laravel 5.2中的VerifyCsrfToken.php 67行中修复TokenMismatchException - how to fix TokenMismatchException in VerifyCsrfToken.php line 67 in laravel 5.2 Laravel 5.2-VerifyCsrfToken.php 67行中的TokenMismatchException: - Laravel 5.2 - TokenMismatchException in VerifyCsrfToken.php line 67: VerifyCsrfToken.php 67行中的TokenMismatchException:在Laravel 5.2中 - TokenMismatchException in VerifyCsrfToken.php line 67: in Laravel 5.2 VerifyCsrfToken.php 67行中的TokenMismatchException:Laravel 5.2 - TokenMismatchException in VerifyCsrfToken.php line 67: Laravel 5.2 Laravel 5-VerifyCsrfToken.php 67行中的TokenMismatchException - Laravel 5 - TokenMismatchException in VerifyCsrfToken.php line 67 VerifyCsrfToken.php 67行中的错误TokenMismatchException: - Error TokenMismatchException in VerifyCsrfToken.php line 67: PHP Laravel:VerifyCsrfToken.php 67行中的TokenMismatchException - PHP Laravel : TokenMismatchException in VerifyCsrfToken.php line 67 使用ajax在laravel上的VerifyCsrfToken.php第67行中的TokenMismatchException - TokenMismatchException in VerifyCsrfToken.php line 67 on laravel using ajax VerifyCsrfToken.php Laravel 5.2中的TokenMismatchException - TokenMismatchException in VerifyCsrfToken.php Laravel 5.2 VerifyCsrfToken.php 53行中的TokenMismatchException(Laravel) - TokenMismatchException in VerifyCsrfToken.php line 53 (Laravel)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM