Skip to content

Releases: adamwathan/eloquent-oauth

v8.1.0

23 Dec 13:15
Compare
Choose a tag to compare
  • Add support for overriding which user is matched on login by returning a user from the login callback

v8.0.0

13 Sep 01:12
Compare
Choose a tag to compare
  • Move to Guzzle 6
  • Increase PHP dependency to 5.5

v7.0.0

10 Jun 19:56
Compare
Choose a tag to compare
  • Use an interface for the IdentityStore, rename existing IdentityStore to EloquentIdentityStore

v6.1.0

19 May 11:12
Compare
Choose a tag to compare

*Allow registering providers with underlying SocialNorm instance through the OAuthManager

v6.0.0

14 May 00:34
Compare
Choose a tag to compare

Major Overhaul

  • All social normalization code has been factored out into separate packages (socialnorm/facebook, socialnorm/github, etc.)
  • This package now only handles integration with Laravel's authentication system
  • All migrations/config/installation related stuff has been removed and moved to separate wrapper packages for Laravel 4 and 5 respectfully (adamwathan/eloquent-oauth-l4 and adamwathan/eloquent-oauth-l5)
  • Completely abandoned trying to match versions with the compatible Laravel version, so 6.0.0+ are going to have nothing to do with Laravel version numbers

v5.0.3

26 Apr 00:36
Compare
Choose a tag to compare
  • Tweaks for Lumen support

v5.0.2

07 Apr 11:30
Compare
Choose a tag to compare
  • Update Facebook provider for Graph API v2.0

v4.0.3

19 Apr 13:04
Compare
Choose a tag to compare
  • Fix issue with Facebook provider authorizing correctly

v4.0.2

01 Apr 12:59
Compare
Choose a tag to compare
  • Update to Facebook Graph API 2.0

v5.0.1

23 Mar 12:48
Compare
Choose a tag to compare
  • If an OAuthIdentity is found, but somehow the matching user record has been deleted, throw an exception instead of returning null