Skip to main content

Questions tagged [laravel-socialite]

Socialite is a package that provides a simple, convenient way to authenticate with OAuth providers within the Laravel framework.

laravel-socialite
3 votes
3 answers
7k views

Socialite refresh tokens

I'm building a Laravel application where I need a user to be able to connect social channels, such as Twitter, Twitch, YouTube etc. I don't need them to be able to login with these medias, but connect ...
9 votes
4 answers
4k views

Google Sign-In With Token Laravel Socialite

Hey there, I have problem with validating user logged in with Google on Android client, Server side is Laravel, In other side when user logged in, it gives me a token that i must verify with Google, ...
0 votes
0 answers
32 views

Laravel Socialiteprovider problem: Driver [apple] not supported

I'm trying to get external authentication to work on my Laravel 10 website. I've installed Laravel Socialite and got the built-in Google sign-in method to work without too much effort. In order to get ...
0 votes
0 answers
21 views

Laravel Socialite Login Error with Google Sign-In

I am trying to implement socialite into my laravel project where users can login with their google accounts. Here is my usercontroller file <?php namespace App\Http\Controllers; use Illuminate\...
0 votes
0 answers
17 views

Continuously getting error while try to get the user from facebook

And also when i try to dump the error. It shows nothing at the place of $e->getMessage() . The output is "Something went wrong!! : " // app\Http\Controllers\AuthController.php:77 config/...
326 votes
32 answers
459k views

Facebook OAuth "The domain of this URL isn't included in the app's domain"

Let me first start with saying I've searched for an answer to this question for quite some time... I'm trying to setup Facebook OAuth to work with my application that is being developed locally on my ...
0 votes
1 answer
165 views

Unable to fetch videos of facebook page using graph API

I have and Facebook developer account created around 4 years before. The problem is when i try to fetch page videos, its not returning any result. Note: i am using laravel-socialite package and the ...
0 votes
0 answers
27 views

How to use the refresh token from socialite azure authentification?

I have a Laravel backend application and a React frontend. I'm using Socialite with Azure configuration to connect my users via Microsoft. Authentication works, as well as user verification with the ...
2 votes
1 answer
2k views

Laravel socialite with multi provider

I'm using laravel 5.4 and also use socialite package to handle register/login from social network accounts. corrently I have code below and users can register/login via facebook but I also want ...
43 votes
24 answers
111k views

Laravel 5 Socialite - cURL error 77: error setting certificate verify locations

I am using socialite in Laravel 5 to setup facebook login. I followed the instructions carefully until I got stuck with the following error cURL error 60: SSL certificate problem: unable to get local ...
3 votes
1 answer
28 views

Login callback goes to AWS IP instead of the domain

I have hosted my app to AWS with Cloudfront. I am using socialite for Social login. Facebook login works fine, but in Google login, it callback to ec2-x-xx-xxx-xxx.ap-northeast.AmazonAWS... Insted of ...
0 votes
0 answers
49 views

Lavarel Socialite azureadb2c - how to extend user to setRaw and map new fields

I'm using Laravel Socialite and have added the azureadB2C service provider (https://github.com/SocialiteProviders/AzureADB2C). The azureADB2C service provider expects a 'name' claim in the token from ...
0 votes
2 answers
1k views

Laravel Socialite works in Postman but not in SPA

I am in a weird situation where when i test the request to /auth/social/facebook in postman i am successfully redirected to the facebook page, but when making a request to the same route from my spa i ...
0 votes
0 answers
41 views

Laravel login is stuck in an endless loop when the 1Password browser plugin is active

I received a problem report from a user. For them, the login page keeps loading endlessly. Upon closer inspection, I was able to reproduce it with the 1Password plugin. It seems to attempt to log in ...
0 votes
0 answers
46 views

'invalid_client' for saml sso between laravel, cognito and entra application on PROD only

I have a Laravel application that uses Socialiate to handle the authentication between AWS Cognito + Entra (formerly known as Azure Active Directory). We have local > staging > preprod > prod ...

15 30 50 per page
1
2 3 4 5
42