Skip to main content

All Questions

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
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
0 answers
376 views

Laravel Socialite Callback URL not approved for this client application

I tried to add Twitter OAuth to my Laravel App, I followed multiple tutorials but always had the same issue. Received HTTP status code [403] with message "<?xml version='1.0' encoding='UTF-8'?&...
Francisco Flores's user avatar
0 votes
0 answers
56 views

Oauth permanent token when authenticating via social login

I have a web and android applications. I want both apps to login users using their social media handles. I want to use google facebook twitter tiktok apple I have looked at how facebook ...
Gandalf's user avatar
  • 13.6k
0 votes
0 answers
299 views

Catching org_internal 403 error via Google's OAUTH?

I have google OATH setup via socialite (only for within our organisation) and everything is working fine. One thing I'd like to try and do is catch this "error" and get redirected back to ...
user3274489's user avatar
0 votes
0 answers
186 views

Vue socialite integration doesn't work on firefox or safari. (window pop-up blocker)

Using oauth and vue socialite to allow for people to sign in/log in with google. Works perfectly on chrome and all google supported browsers (inc chromium). However on both safari and firefox the ...
Robert Davitt's user avatar
2 votes
1 answer
2k views

Nuxt Auth + socialite manual login

I am trying to use the Nuxt Auth module and socialite for social logins. I have an API in Laravel 8 and a client in NuxtJS. I am wondering if someone could tell me: If my logic here is ok? How to ...
Robert's user avatar
  • 1,216
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
0 answers
107 views

Is it possible to register with socialite and add more required data to user?

I want to create a web app using Laravel and I want to use Socialite to register users using Gmail, but I want to know instead of creating a user record in the callback, I want to give a sign to the ...
Mahmoud Ben Jabir's user avatar
0 votes
2 answers
2k views

Laravel Socialite Twitter

Laravel Socialite Twitter (Oauth1) I am having trouble with twitter login via laravel socialite. Socialite::driver('twitter')->user(); the code above throws an error with message: Argument 1 ...
rckycls's user avatar
  • 41
0 votes
0 answers
2k views

OAuth exception error from Facebook access token

I am trying to build a REST API that will login to Facebook using socialite with lumen, a micro-service of Laravel. I have set up my Facebook app and configured the client_id, secret and access url ...
Saahil823's user avatar
1 vote
0 answers
23 views

Is it a bad practice to provide a Laravel external OAuth services without a local one?

I want to provide an OAuth login services (Google, Facebook, Twitter) in my website without a local registration/login forms to reduce the complexity of getting the user full name & country from ...
elkebirmed's user avatar
  • 2,297
2 votes
1 answer
2k views

Google authentication in php/laravel error: Error: invalid_request Invalid parameter value for redirect_uri: Missing authority

I'm trying to build a simple authentication system in my php/laravel app with Google auth using Socialite package, based on this post, but I'm getting the following error on the browser: my google ...
Ali HS's user avatar
  • 99
2 votes
0 answers
1k views

How to get additional parameter from Google OAuth?

I use Laravel 5.8, PHP 7.3, MongoDB. My app could have anonymous users, who could already have their ID in database. They also could have some data, that is connected to user_id. My goal is to make ...
Roman Briazgalov's user avatar
0 votes
0 answers
138 views

Socialite, facebook auth redirect URI is not whitelisted in the app [duplicate]

I tried it on local, was working ok. When I deployed website and made the application live on facebook for developers it does not seem to work. So I added the live domain and stuff So I have the ...
Agil's user avatar
  • 396

15 30 50 per page