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
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
1 vote
0 answers
744 views

Laravel Socialite: This authorization code has been used (Facebook)

Description: I have implemented the laravel socialite stateless, because I am using Laravel as a backend app with REST APIs and my frontend is in Angular. I get the correct redirect URL, however, when ...
user13289818's user avatar
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
0 votes
1 answer
1k views

Laravel Socialite Saml2: Ideal Location for SAML Config XML file

I was implementing the Saml2 using Laravel with an Identity provider metadata XML file by following the documentation on this page. I have added the following code: 'saml2' => [ 'metadata' => ...
Akshay Khale's user avatar
  • 8,333
2 votes
0 answers
513 views

Laravel Jetstream + Socialite + 2FA

We started a new project with Laravel Jetstream (Inertia / vuejs) and implemented Laravel Socialite. When a new user register, login, enable 2FA and re-login the 2FA works fine, but when a user login ...
Ron's user avatar
  • 21
0 votes
1 answer
82 views

Can't install Laravel Socialite via composer

I'm trying to require Laravel Socialite following the composer command in the DOCs but it's showing me the below error. Anyone knows what to do? I'm using Laravel 9 and I don't think it's related to ...
Mostafa Said's user avatar
1 vote
2 answers
2k views

laravel socialite google login / google auth, callback "404 not found"

i have this on link pop up <a href="login/google" class="btn btn-white btn-outline-white"><span class="fa fa-google">oogle</span></a> My route Route::get('login/...
Nasa Wiko's user avatar
0 votes
1 answer
2k views

Secure Laravel API with keycloak using socialite provider

im using Keycloak for an SSO to authenticate user that already exist in server (keycloak). I used Socialite provider and i can now authenticate user and access their token on Keycloak. But i want now ...
Reda LAHRACHE's user avatar
0 votes
0 answers
523 views

"Trying to access array offset on value of type null" when using laravel Socialite with function "userFromToken($token)"

I'm using laravel 8. I'm trying to implement sign in with google option for a mobile application and developing API using laravel Socialite. I don't know how to do this proper way. But I followed this ...
Tharindu Marapana's user avatar
1 vote
1 answer
622 views

Bad request issue for laravel socialite

I am trying to implement laravel socialite for google. I am using laravel 5.5. Here i am using "laravel/socialite": "^5.3", Also generated credentials from https://console.cloud....
Minak's user avatar
  • 51
3 votes
1 answer
1k views

Twitter login issue with laravel socialite

I am using socialite package for authentication with twitter and facebook. With facebook it is working fine but with Twitter it is giving error. I am not sure where is the issue and why it is saying &...
Pranay Sute's user avatar
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
1 vote
0 answers
689 views

Laravel Socialite user always null

i work on a project and i need to use google oauth2.0 but It's always send a null user. I installed a new laravel 8.5 project to be sure and it's always the same situationeven if i use github or ...
Ryan Goss's user avatar
1 vote
0 answers
311 views

Laravel Google OAuth Gender etc

I'm currently trying to integrate Google Authentication into my Laravel Application. I nearly managed to get everything working but still struggle with one aspect. I'm trying to fetch the gender, ...
DerKingsten's user avatar
0 votes
2 answers
1k views

Laravel Socialite works in Postman but not in SPA

I am in a weird situation where when i test the request to /auth/social/facebook in postman i am successfully redirected to the facebook page, but when making a request to the same route from my spa i ...
Kos-Mos's user avatar
  • 637

15 30 50 per page
1
3 4
5
6 7
42