Releases: adamwathan/eloquent-oauth
Releases · adamwathan/eloquent-oauth
v4.0.1
- If an OAuthIdentity is found, but somehow the matching user record has been deleted, throw an exception instead of returning null
v5.0.0
First tagged version targeting Laravel 5
v4.0.0
Tag to match Laravel version requirement
v0.7.0
- Upgrade to Guzzle 5
- Bump PHP dependency to 5.4
v0.6.0
v0.5.0
Significant internal refactoring, no breaking changes though.
v0.4.0
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
- 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
v0.2 Fix bug where a new user was always being created, issue #1
v0.1 - First usable version
Fix FB Provider not returning details correctly, oops