尝试使用Facebook登录时经常出现此错误。
npm install @vue/component-compiler-utils vue-template-compiler --save-dev
npm install vue-hot-reload-api --save
https://github.com/sorxrob/vue-parcel
这就是我得到的。
提供者功能:
Insecure Login Blocked: You can't get an access token or log in to this app from an insecure page. Try re-loading the page as https://
回叫功能:
public function redirectToProvider()
{
return Socialite::driver('Facebook')->redirect();
}