socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.

MIT License

Downloads
60.2M
Stars
5.6K
Committers
146

Bot releases are hidden (Show)

socialite -

Published by driesvints almost 4 years ago

Changed

  • Cache User instance to allow $provider->user() to be called multiple times (#498)
socialite -

Published by driesvints almost 4 years ago

Added

  • PHP 8 Support (#495)
socialite - v5.0.3

Published by driesvints almost 4 years ago

Fixed

  • Include access token when requesting Facebook user profile photo (#489)
socialite -

Published by driesvints almost 4 years ago

Fixed

  • Include grant_type=authorization code in token request parameters (#488)
socialite - v5.0.1

Published by driesvints about 4 years ago

Fixed

  • Fix bitbucket provider (#475)
socialite - v5.0.0

Published by driesvints about 4 years ago

Added

  • Add custom exceptions for providers of One (#440)
  • Support Laravel 8 (#465, #466)

Changed

  • Only use the read_user scope for GitLab by default (#403)

Removed

socialite - v4.4.1

Published by driesvints over 4 years ago

Fixed

  • Fix containter call (#450)
socialite - v4.4.0

Published by driesvints over 4 years ago

Added

  • Support Guzzle 7 (#449)

Removed

  • Remove guzzlehttp/guzzle ~5.0 workaround (#448)
socialite - v4.3.2

Published by driesvints over 4 years ago

Fixed

  • Use Authorization header for Github provider (#430)
socialite - v4.3.1

Published by driesvints almost 5 years ago

Fixed

  • Override SocialiteServiceProvider::isDeferred() to mark as deferred (#412)
socialite - v4.3.0

Published by driesvints almost 5 years ago

Added

  • Allow to manually set desired Facebook graph version (#408)

Changed

  • Change default Facebook graph version to 3.3 (#408)
socialite - v4.2.0

Published by driesvints about 5 years ago

Added

  • Laravel 6.0 support (#390)
socialite - v4.1.4

Published by driesvints about 5 years ago

Changed

  • Updated version constraints for Laravel 6.0 (3fe71f1)
socialite - v4.1.3

Published by driesvints over 5 years ago

Fixed

  • Fix bug with no LinkedIn email addresses (#355)
socialite - v4.1.2

Published by driesvints over 5 years ago

Fixed

  • Use proper key name for original avatar in Google Provider (5ec0024)
socialite - v4.1.1

Published by driesvints over 5 years ago

Fixed

  • Update Google API urls (#346)
socialite - v4.1.0

Published by driesvints over 5 years ago

Added

Fixed

  • Handle Google responses excluding 'name' (#340)
socialite - v4.0.3

Published by driesvints over 5 years ago

Fixed

  • Use proper localized name (#329)
socialite - v4.0.2

Published by driesvints over 5 years ago

Fixed

  • Fix a bug with no LinkedIn image (81adfcc)
socialite - v4.0.1

Published by driesvints almost 6 years ago

Fixed

  • Fixed broken GoogleProvider (#316)