All notable changes to socialite-passport
will be documented in this file
- Lower the required PHP version from 7.4 to 7.2
- Updated default controller class to
\App\Http\Controllers\Auth\LoginController::class
- Updated default controller method to
loginWithPassport()
- Removed tests from package (only wraps two external libraries)
- Added missing return statement in
handleProviderCallback()
method. - Updated ReadMe
- initial release