Skip to content

Releases: Jhnbrn90/socialite-passport

v1.0.5

04 Jun 11:28
Compare
Choose a tag to compare

Add support for Laravel 7

v1.0.4

04 Jun 11:22
Compare
Choose a tag to compare

Add support for Laravel 7.

v1.0.3

12 Jan 06:12
015d4a0
Compare
Choose a tag to compare

This version adds support for PHP versions 7.2 and higher.

v1.0.2

09 Dec 13:27
Compare
Choose a tag to compare

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

08 Dec 19:05
Compare
Choose a tag to compare
  • 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

08 Dec 18:51
Compare
Choose a tag to compare

The initial release of the package.