Skip to main content

All Questions

Tagged with
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\...
Toby Manurung's user avatar
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 ...
user22433660'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
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 ...
Shams Ticon'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
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
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
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
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 votes
1 answer
231 views

How to get business page with facebook graph api and laravel socialite package?

I use laravel socialite package to use facebook graph api and i want to get business page or business account information that associed on an simple facebook account I use this endpoint "https://...
Nir ina's user avatar
  • 46
0 votes
0 answers
38 views

Google OAuth Session not being saved on Chrome

I'm testing a Google OAuth login with Laravel and I'm facing a problem with the sessions not being saved on Google Chrome (if you open a new tab you need to log in again), it works just fine with ...
Anthony Z's user avatar
1 vote
1 answer
639 views

How to add Laravel Socialite login to SPA that authenticates with Laravel Sanctum

I have a vue3 app that authenticates to a Laravel backend using Sanctum. My auth workflow for the Sanctum backend looks like this: Front end makes ajax request to API with user/pass Back end checks ...
qotsa42's user avatar
  • 307
-1 votes
2 answers
204 views

How can i figure out "Not enough permissions to access: GET /me" error?

I am trying to add LinkedIn auth on my laravel app using socialite package. But I'm getting the following error: Client error: `GET https://api.linkedin.com/v2/me?projection=%28id%2CfirstName%...
Ronak patel's user avatar
0 votes
0 answers
72 views

I couldn't go through Middleware in Laravel

I use Laravel Socialite to make login function, I wanna check if not exsisting email in database then go to register form, if email exist then login but i cannot go through middleware although I write ...
Hieu Nguyen's user avatar
0 votes
0 answers
170 views

facebook socialite API redirect to the callback url without validating fb login form

While implenting fb login in my laravel website, without displaying the fb login form, it is redirecting to the facebook callback url which I have set in my env file. Why this is happening? Any help ...
M G's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
19