问题
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