Skip to main content

All Questions

0 votes
0 answers
122 views

Laravel Socialite Twitter: Missing required parameter [code_verifier]

I am using the Laravel Socialite Package for Twitter Login. The redirection to the Twitter API works perfectly the callback url in laravel returns the following error; {"error":"Client ...
Schandorf Osam-Frimpong's user avatar
0 votes
3 answers
504 views

Twitter API v2: 403 Forbidden - "Use keys from Twitter Developer App attached to a Project"

I've been using Laravel/Socialite to interact with the Twitter API v2 for a while, and everything was working fine until last week. I'm encountering a "403 Forbidden" error with the message: ...
Arpine Harutyunyan's user avatar
1 vote
0 answers
79 views

How to resolve 'Laravel\Socialite\Two\InvalidStateException' error in Laravel while using Socialite package in a local environment?

Despite having installed the Socialite package in my local Laravel application, configured the app.php and services files with the same redirect URL, I still encounter the 'Laravel\Socialite\Two\...
Mohit yadav's user avatar
0 votes
1 answer
504 views

Authorization code grant with Socialite setup

I'm trying to implement an Authorization code grant with Socialite. I'm able successfully to receive users in the callback, but struggling to set up the other part of auth. I've created the personal ...
henrbu's user avatar
  • 169
0 votes
1 answer
509 views

How do I get a user's organization id when they login with Microsoft oauth?

I try to implement the microsoft auth into my application using Laravel Socialite, but since I'm working in a multi-tenant environment, I need to assign a user to a organisation. Is there anything ...
JanKrb's user avatar
  • 1
2 votes
1 answer
783 views

SPA OAuth2 social sign in - can you directly link to provider instead of redirecting?

I have a SPA that uses Laravel Sanctum for authentication. I am implementing OAuth2 social sign in. In a server side rendered application this is how social sign in would work: User submits a form ...
Peter Hegman'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
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
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
0 votes
0 answers
445 views

Laravel Passport error when login, use together with Laravel Socialite

I'm building 2 apps which 1 for the OAuth by using Laravel Passport and another app is using the Laravel Socialite with the Provider from https://socialiteproviders.com/Laravel-Passport/ I have set up ...
BlackLotus's user avatar
1 vote
2 answers
2k views

Get email from twitter OAuth2

I am using Socialite in Laravel to login with Twitter. I know that not all twitter users have an email attached to their account, but for my application the user does need an email address. I am fine ...
Lesley Peters's user avatar
0 votes
1 answer
2k views

Laravel what does mean "Undefined array key client_secret"

So, I am trying to use the Google Login API for my web application. But the problem is, it doesn't work. I successfully installed the package Socialite and Auth. My Google OAuth2.0 is setuped. But ...
Dolotboy's user avatar
  • 345
1 vote
1 answer
822 views

Laravel Socialite Github provider email is null

I'm trying to setup login in Laravel with GitHub using Socialite. Here is my provider callback function: public function handleProviderCallback($provider) { $provider_user = Socialite::driver($...
MoDzeus's user avatar
  • 441
4 votes
1 answer
559 views

User not loged in after redirect from login with laravel socialite

Hello I am using Laravel Socialite for Oauth authentication with my remote Laravel Paspport app. After getting successfully the user autheticated with passport when I want to get the user to the ...
Martin Ouředník's user avatar

15 30 50 per page