Skip to main content

All Questions

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 ...
Andrew Waegel's user avatar
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 ...
kishan maharana's user avatar
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 ...
AlastairHoward's user avatar
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 ...
Elbern's user avatar
  • 13
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 ...
nwkwok's user avatar
  • 1
0 votes
0 answers
36 views

Auth::user() returns null, but works in the function that Auth::login() called

Laravel does not save my session after auth()->login() Hello. I'm using Socialite to create Google login in Laravel application, the redirect and callback functions worked fine. But I am having ...
Võ Bảo's user avatar
0 votes
0 answers
84 views

Store token from microsoft with socialite in laravel 10 and react

I have a laravel and react application I use Laravel 10 in the back for authentication management for authentication I use Socialite to authenticate my user with Microsoft the configuration in my .env ...
Elodie MLR's user avatar
0 votes
0 answers
144 views

Social Login on Multi-Tenant Application Built with Laravel 11 and Socialite

I'm building a multi-tenant application with Laravel 11. I wish to offer Social login using Google and LinkedIn. Using Laravel Socialite, it's easy to implement it for the main domain. I need help ...
TheBigK's user avatar
  • 491
1 vote
0 answers
75 views

Integrate Pinterest via Socialite in laravel 11

Hello i am trying to integrate Pinterest via Socialite in my new laravel 11 application. I have done the following steps as said in the documentation. Basic Socialite Documentation: https://...
laggner's user avatar
  • 15
0 votes
0 answers
17 views

Passing an addition data to redirect Socialite vkontakte

I need to bind a Vkontakte account to a user who is already registered and authorized. However, I can't retrieve the currently authenticated user in the handler. Controller class VkAuthController ...
Marina's user avatar
  • 1
0 votes
0 answers
29 views

Main tab doesn't retain authenticated state after authenticating user in popup window using Laravel Socialite

I am working on a project with TALL Stack where I implemented OAuth2 using Laravel Socialite package. Initially, I made a simple link with the redirect uri. This approach works fine and the user gets ...
Saint's user avatar
  • 170
0 votes
0 answers
127 views

How to solve the "strict-origin-when-cross-origin" issue of Laravel socialite redirect?

I'm trying to implement the sign in with google option with Laravel Socialite. Although i'm using stateless authentication of Socialite, it doesn't allow me to go to google login page. The request ...
user15823028's user avatar
0 votes
0 answers
48 views

Laravel Socialite GitHub Authentication: Redirect Issue after Successful Authentication

I'm encountering an issue with GitHub authentication in my Laravel app using Laravel Socialite. Despite setting up everything correctly and being able to retrieve user data from GitHub, users aren't ...
Ssionn's user avatar
  • 1
1 vote
1 answer
344 views

Laravel Socialite Apple Sign In no user info

I add in my Laravel API on my login endpoint ability for user to sign-in with apple also when I try, everything from the config looks good also in my api I receive this: ( [id] => 001519....
bartz's user avatar
  • 23
0 votes
0 answers
68 views

Correct way to handle email/password sign up, in addition to using Laravel Socialite for OAuth?

I'm building an iOS app with Laravel backend. I'm using Firebase Authentication to handle the following authentication types: Google, Apple, and email/password sign up. I've set up Google and Apple ...
user896541's user avatar

15 30 50 per page
1
2 3 4 5
33