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
303 questions with no upvoted or accepted answers
6 votes
0 answers
740 views

Laravel Passport + Laravel Socialite + Flutter

I need your help. I made an API with Laravel and an APP with FLutter. Now I want to make google login. In a browser or with a rest client like Insomnia, Postman or similar works fine. It is because ...
SeiyaJapon's user avatar
6 votes
0 answers
3k views

Refreshing access tokens with Laravel and Socialite

The application I'm working on has a mailing function. When I tried sending a mail more than an hour after logging I was greeted with an error. The access token expired, forcing you to log in again. ...
Snackoverflow's user avatar
5 votes
1 answer
3k views

Laravel Socialite in "stateless" mode -- security implications?

Laravel Socialite has a "stateless" mode which disables storing anything to session. From a read of the source code it doesn't do anything different instead -- it just doesn't store or retrieve these ...
tremby's user avatar
  • 9,929
4 votes
0 answers
2k views

Laravel Passport (Api) with Authentication (Google,Facebook)

I am developing an application on Laravel and React. At the moment I made Registration, login through Laravel Passport (API). My task is to make Authentication through Google, Facebook. When you click ...
Arthur's user avatar
  • 495
4 votes
1 answer
1k views

Using Socialite-package for Linkedin login on laravel 5

I'm currently try to use socialite to create authentication using LinkedIn but I create the App on LinkedIn and I add the callback URL on it like this: http://localhost:8080/callback/linkedin and ...
S4L4H's user avatar
  • 432
3 votes
4 answers
383 views

oAuth flow of data from third party domain

I have made a website that enables users to create their own widgets and place them on their own websites. I want users of those websites to be able to log in to these widgets using Twitter, Facebook ...
b4tch's user avatar
  • 1,159
3 votes
0 answers
760 views

Laravel Socialite Github - error 401 Unauthorized/Bad credentials

I've got fresh installation of Laravel 9 with Socialite package. This is my config/services.php file: 'github' => [ 'client_id' => 'xxx', 'client_secret' => 'xxx', 'redirect' =>...
sunergos's user avatar
  • 128
3 votes
2 answers
2k views

Laravel 7 Socialite Google Login Shows Invalid Grant Error

I have used the Socialite library for google login. When trying to fetch the user data after successful google login it shows an invalid grant message $googleUser = Socialite::driver('google')->...
noufalcep's user avatar
  • 3,536
3 votes
0 answers
1k views

Get uploaded pictures of authenticated user facebook socialite laravel

I am using laravel version 5.4.36 and i am using Laravel Sociallite plugin to connect user with facebook. I want to get uploaded pictures of logged in user as suggested in the document This is ...
Shashank Shah's user avatar
3 votes
0 answers
3k views

Vue.js + Laravel SPA - Socialite stateless Facebook Login

First to say that I already implement session based facebook login with laravel socialite and I registered proper facebook acc for developers and create app, but because of SPA I need to change to ...
Dulo's user avatar
  • 109
3 votes
1 answer
1k views

Undefined class Socialite in Spark Laravel 5.4

I'm new to Laravel and Spark trying to figure out how/where I should add my new Controllers and add Socialite. In my providers I added Laravel\Socialite\SocialiteServiceProvider::class, In my ...
Sam Bellerose's user avatar
3 votes
0 answers
1k views

Integrating Laravel Passport with Socialite to consume from Android/iOS app

i want to add Laravel Socialite to let user to login to my Android app, now i'm using Passport for auth (Passwpord Grant Token) so i want to login users and return the token so the app could make the ...
Kenny Horna's user avatar
  • 14.1k
3 votes
0 answers
1k views

Do I need to store the FB access token on the backend in my Laravel Socialite+JWT and Ionic app?

I am slightly confused about the correct flow to Register and Login a user with cordova-plugin-facebook4 and Laravel Socialite + tymondesigns/jwt-auth. My front end is in Ionic 2 and the backend is in ...
smaira's user avatar
  • 307
3 votes
1 answer
1k views

Why I cant retrieve the facebook gender? [Laravel 5.1 Socialite]

I just made an auth controller with Laravel Socialite. First time I just retrieve the name and email data, and then I try to to retrieve the gender but it comes with an error that says Undefined ...
Mulki Febrianto'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

15 30 50 per page
1
2 3 4 5
21