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
0 votes
0 answers
16 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\...
Toby Manurung's user avatar
0 votes
0 answers
14 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/...
Shubham kumar's user avatar
0 votes
0 answers
21 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 ...
user22433660's user avatar
0 votes
1 answer
158 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
3 votes
1 answer
27 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 ...
Shams Ticon's user avatar
0 votes
0 answers
39 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
38 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
38 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
15 views

Socialite Logged Out the User After Redirect

I have an admin login that is functioning normally for logging in admin users.In the admin panel, there is also a TikTok login page used to obtain the access token for fetching the recent video list. ...
Try Gaming's user avatar
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
79 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
134 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
71 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
28 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

15 30 50 per page
1
2 3 4 5
42