"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "b5627ef75c3d7f5c85d299dda6125fff",
+ "content-hash": "869d495d305b080f93990b20b45e8ba5",
"packages": [
{
"name": "brick/math",
public function callback()
{
- $provider = request()->provider;
- if (in_array($provider, $this->providers)) {
- $socialiteUser=Socialite::driver($provider)->user();
- if($socialiteUser) {
- Auth::login(new User($socialiteUser),true);
- }
- }
- abort(403);
+
}
}
\ No newline at end of file