此密码重置令牌无效-使用laravel

时间:2019-04-22 08:48:08

标签: laravel passwords token change-password

我在重置密码时遇到问题,我正在使用auth路由和laravel视图,并且我运行了php artisan make:auth及其生成的内置路由和视图,但是我不知道问题出在哪里:

implementation "com.airbnb.android:lottie:2.1.0"

implementation "com.google.firebase:firebase-auth:15.0.1"
//implementation 'com.google.firebase:firebase-database:16.0.3'

implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.firebase:firebase-database:16.0.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:15.0.1'

我不知道问题出在哪里? 感谢您的帮助?enter image description here

我还附上了屏幕截图,它是由laravel提供的,它是冷的,我没有编写任何代码。

1 个答案:

答案 0 :(得分:0)

将此标签添加到头部

<meta name="csrf-token" content="{{ csrf_token() }}">