Laravel/Apple : cors 来源严格

Laravel/Apple : cors origin stricted

我有问题

当我从 socialite apple 登录重定向时,它显示了上面的照片。 这是一个跨源问题,但如何解决?

我不得不把它放在 session.php 中,因为我收到了这个警告: Cookie “session” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

我已经安装了 fruitcake/laravel-cors 并且它已修复。 因为从 5.8 升级到旧项目,所以没有。