Releases: Jhnbrn90/socialite-passport
Releases · Jhnbrn90/socialite-passport
v1.0.5
Add support for Laravel 7
v1.0.4
Add support for Laravel 7.
v1.0.3
This version adds support for PHP versions 7.2 and higher.
v1.0.2
Changes:
- 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)
Fixes
- Return the result of the method which receives the OAuth
$user
method, to allow redirects.
- Fix typo in ReadMe
Initial release v 1.0.0
The initial release of the package.