Laravel 5.7 email verify broken link

余生颓废 提交于 2019-12-11 17:13:10

问题


I followed Laravels docs (link) about Email verification. Everything seems to work except for a 403 - invalid signature. This errors shows when clicking on the email link. I'm using shared hosting.

Url is similar to this:

[..]email/verify/21?expires=154270[..]&signature=920dcb9ac2fbf5[..]

would appreciate all the help I could get! Thanks!


回答1:


Here is the answer: https://stackoverflow.com/a/44839664

You have to generate a key: php artisan key:generate



来源:https://stackoverflow.com/questions/53388811/laravel-5-7-email-verify-broken-link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!