Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 444 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 444 Bytes

Changelog

All notable changes to socialite-passport will be documented in this file

1.0.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)

1.0.1

  • Added missing return statement in handleProviderCallback() method.
  • Updated ReadMe

1.0.0

  • initial release