Skip to main content

All Questions

0 votes
0 answers
432 views

Laravel\Socialite\Two\InvalidStateException

Hi i am using laravel socialite for social logins with facebook and google and it absoultely working fine on my local server but when i deploy this on my web hosting it gives me error Laravel\...
Abdur Rehman Alvi's user avatar
2 votes
0 answers
158 views

How to get the Index of signed in Google account in Laravel Socialite?

I have a Laravel application which uses Socialite for Sign In With Google functionality. The authentication part works fine and the attributes such as email, avatar, name etc. are loaded correctly. I ...
Apoorv Pal's user avatar
0 votes
1 answer
2k views

Laravel Google callback url is giving error ("Not found")

I am working on login with social account and currently I am testing with Google account. I used Laravel Socialite and read documentation and did everything. I share my code below, anyone have an ...
Shubham Garg's user avatar
0 votes
2 answers
969 views

(Laravel 5.8 with Socialite for Google Login) after register or login system successfully the website won't change to login state

(Laravel 5.8 with Socialite for Google Login) after register or login system successfully the website won't change to login state, how to check what's wrong? So, the setup is finished, this is my ...
user12297722's user avatar
1 vote
0 answers
101 views

Dynamic Parameters for Common OAUTH2 Providers

We have an application which supports login with OAUTH2 through Google, Facebook, Twitter, Microsoft (Live), and LinkedIn. We were asked to add multiple session support to the login page, so if you ...
yakatz's user avatar
  • 2,192
0 votes
0 answers
94 views

Laravel Socialite Google Login

This is just a general question about Oauth2. Say I use Laravel Socialite to add a google login during development phase. The client_ID and Secret both matches my google console ones. But when it ...
yiyi's user avatar
  • 21
2 votes
1 answer
5k views

Laravel Socialite Google Signin not working with the profile scope

I am facing the issue for the Social login implementation in the Laravel project using the Socialite package. When try to use the Google Sign in it is giving me null error string and no exception ...
Dilpreet Singh's user avatar
3 votes
2 answers
2k views

Laravel 7 Socialite Google Login Shows Invalid Grant Error

I have used the Socialite library for google login. When trying to fetch the user data after successful google login it shows an invalid grant message $googleUser = Socialite::driver('google')->...
noufalcep's user avatar
  • 3,536
0 votes
1 answer
579 views

Laravel Socialite Providers GOOGLE ERROR Legacy People API has not been used in project

I have installed Socialite and Social Providers for Laravel. It's working with multiple other auth providers but I'm getting this problem with GOOGLE: Client error: GET https://www.googleapis.com/...
regan's user avatar
  • 405
6 votes
4 answers
3k views

Laravel Socialite: Legacy People API has not been used in project

I have used Laravel 5.4 with socialite 3.0 for social login on my web application. But nowadays I got an error Legacy People API has not been used in project xxx. Then I have made some changes in a ...
Vineet Chauhan's user avatar
0 votes
0 answers
1k views

Laravel socialite Google login cannot create credentials for localhost server

I'm developing a laravel project with socialite. It is now in my localhost sever. During development, I want to test login/register locally. Hence, my domain is localhost. I've created a project in ...
Rejaul's user avatar
  • 950
0 votes
1 answer
689 views

How to setup the redirect url from Homestead using Socialite with Google?

When you try to setup Socialite for Laravel, using Homestead (here on Ubuntu), the "redirect url" needed for Google Sign-In are always marked as 'bad' : Error: invalid_request Invalid parameter ...
Mikaleb's user avatar
  • 107
0 votes
1 answer
213 views

Google+ Api deprecated, solution for laravel 5.1 [closed]

I have implemented login with google using socialite in laravel 5.1. Google plus apis are being deprecated, socialite resolved this for version 3.0 and above which is not supported by laravel 5.1. Any ...
Saloni Sahu's user avatar
10 votes
3 answers
6k views

laravel 5.5 login via google gives Client error

I was trying to add the google login to my laravel project. but it gives a Client error. Given below is the error i got. I successfully installed the socialite as well. Client error: `GET https://...
Wathsara Wishwantha Daluwatta's user avatar
1 vote
1 answer
78 views

Social logins with Masked domain

I use sub-domain for all clients like client.example.com and then i masked their domain over it. i have added social logins Google, Facebook and LinkedIn. Facebook and LinkedIn Seems to be working ...
iamsujit's user avatar
  • 1,799

15 30 50 per page