Skip to content

Releases: adamwathan/eloquent-oauth

v4.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

v5.0.0

18 Mar 19:08
Compare
Choose a tag to compare

First tagged version targeting Laravel 5

v4.0.0

18 Mar 19:11
Compare
Choose a tag to compare

Tag to match Laravel version requirement

v0.7.0

17 Feb 12:56
Compare
Choose a tag to compare
  • Upgrade to Guzzle 5
  • Bump PHP dependency to 5.4

v0.6.0

07 Feb 20:34
Compare
Choose a tag to compare
  • Add support for retrieving raw user details in addition to normalized fields (See #20)

v0.5.0

27 Dec 15:31
Compare
Choose a tag to compare

Significant internal refactoring, no breaking changes though.

v0.4.0

03 Oct 14:15
Compare
Choose a tag to compare

Features

  • Added Instagram support

Fixes

  • Don't defer loading so that you can properly add custom providers
  • Check whether providers exist before registering them

v0.3.0

29 May 13:08
Compare
Choose a tag to compare
  • Added default scopes for providers
  • Added tests
  • Remove need for package to save newly created users before being passed to the optional callback
  • Cleaned up some internal stuff

Version 0.2

08 Apr 13:51
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release
v0.2

Fix bug where a new user was always being created, issue #1

v0.1 - First usable version

08 Jan 00:05
Compare
Choose a tag to compare
Pre-release
Fix FB Provider not returning details correctly, oops