Laravel Socialiteprovider problem: Driver [apple] not supported
I’m trying to get external authentication to work on my Laravel 10 website.
Create copy of laravel socialite driver with different credentials?
I have a laravel project that uses Socialite to handle OAuth for google drive. Unfortunately I’m in an odd situation where I need to support two different google cloud credentials depending on the user. This is far from ideal, but there is currently no way around this.