Releases: adamwathan/eloquent-oauth
Releases · adamwathan/eloquent-oauth
v8.1.0
v8.0.0
- Move to Guzzle 6
- Increase PHP dependency to 5.5
v7.0.0
- Use an interface for the IdentityStore, rename existing IdentityStore to EloquentIdentityStore
v6.1.0
*Allow registering providers with underlying SocialNorm instance through the OAuthManager
v6.0.0
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
andadamwathan/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
- Tweaks for Lumen support
v5.0.2
- Update Facebook provider for Graph API v2.0
v4.0.3
- Fix issue with Facebook provider authorizing correctly
v4.0.2
- Update to Facebook Graph API 2.0
v5.0.1
- If an OAuthIdentity is found, but somehow the matching user record has been deleted, throw an exception instead of returning null