In my Laravel-5.8 I am using Azure Socialite Login. class LoginController extends Controller { u...
I am trying to develop a multi-tenancy application without using Package in Laravel-5.8. I am trying...
Hello, Has anyone tried integrating Laravel authentication with Azure AD B2C successfully? I am usin...
Let's consider the following scenario: 1) We have a Laravel Web-API app 2) We have our own mobile ap...
https://laravel.com/docs/8.x/socialite Using the Social Sign-in in a Laravel 8.x App/Site Is my resp...
I want to do a live video streaming for one of my gaming tournament platform where user can join the...
Hi, i have a problem for set custom config twitter login: https://github.com/laravel/socialite/issue...
Hi, I am using socialite to connect Okta for authentication from my laravel application. In Okta, th...
at the time of obtaining the user it gives me invalidstateexception, I already made autoload, cache:...
I am using Laravel 5.8 and Socialite 4.1. I want to enable Facebook and Google sign in on my website...
I know that you can use the user's google account to login using Laravel Socialite. Can i use the em...
Trying to install laravel socialite And got the following error: composer require laravel/socialite...
This is my controller. namespace App\Http\Controllers; use Illuminate\Http\Request; use App\User; u...
Hello All, I apologize if there is a source for this information and I have missed it. I have read t...
Hello All, I apologize if there is a source for this information and I have missed it. I have read t...
i am using laravel 5.7 and getting this error "Class 'Laravel\Socialite\Facades\Socialite' not...
I am new to laravel and I am trying to validate username in real time. Hoping to get a reply :-)
The new Laravel 5.7 uses the MustVerifyEmail trait on the registration and authentication. If we use...