Hybridauth Versions Save

Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.

v3.11.0

4 months ago

v3.11.0 (2024-01-03)

Happy New Year folks!

Milestone for v3.11 πŸš€

πŸ› Bug fixes

  • #1383 - Support php 8.2 (@mhdhamouday)
  • #1382 - Clear invalid authorization_state during OAuth2 login (@kousu)
  • #1381 - Require a state to avoid CSRF, see issue #1380 for details (@chschneider)
  • #1377 - Bugfix scope "email" Update Apple.php (@markusramsak)

πŸš€ New Providers

  • #1386 - Initial LinkedIn OpenID support (@champsupertramp)

p.s. Thanks to anyone who contributes.

v3.10.0

9 months ago

v3.10.0 (2023-07-25)

Milestone for v3.10 πŸš€

πŸ’₯ Breaking change

  • #1366 - upgrade phpseclib2 to phpseclib3 (@mvenghaus)

v3.9.0

1 year ago

v3.9.0 (2023-03-12)

Milestone for v3.9 πŸš€

πŸŽ‰ Improvements

  • #1360 - [LinkedIn] Added client id and secret to refresh parameters (@magnusmoaner)
  • #1329 - [OAuth2] make supportRequestState configurable. (@w3guy)

πŸš€ New Providers

  • #1354 - Mastodon provider. (@RiverVanRain)
  • #1325 - Seznam provider. (@Hodzinek)

v3.8.2

1 year ago

v3.8.2 (2022-08-18)

  • get rid of unsupported providers (vk, yandex, mailru, odnoklassniki)
  • πŸ‡ΊπŸ‡¦ Slava Ukraini!

v3.8.1

1 year ago

v3.8.1 (2022-07-12)

πŸ› Bug fixes

  • #1326 - Fix PHP 8.1 deprecation in OpenID.php. (@kekalainen)
  • #1337 - Provide support for Firebase/JWT version 6.2. (@sputnik73)

p.s. Thanks to anyone who contributes.

v3.8.0

2 years ago

v3.8.0 (2022-04-08)

There a few bug fixes related to Apple, Amazon, WeChat and LinkedIn providers.

Also, a new provider Keyckloak and better support of php 8.x

For more details, check this Milestone for v3.8.0 πŸ‡ΊπŸ‡¦

v2.18.0

2 years ago

v2.18.0 (2021-07-07)

πŸŽ‰ Improvements/fixes

  • #1287 - Adding "prompt" as Google options. (@DanielSousa)
  • #1184 - Update saetv2.ex.class.php, PHP 7.4 compatibility. (@heyyoyo)
  • #1183 - Update OAuth.php, PHP 7.4 compatibility. (@heyyoyo)
  • #1152 - Upgrade Instagram API to Instagram Basic Display API. (@ApacheEx)

3.7.1

3 years ago

v3.7.1 (2021-03-13)

There a few bug fixes for Apple and Yandex provider + new provider AutoDesk. For more details, check this Milestone for v3.7.1 πŸš€

p.s. Thanks to anyone who contributes.

3.7.0

3 years ago

v3.7.0 (2021-03-09)

Milestone for v3.7 πŸš€

p.s. Thanks to anyone who contributes.

3.6.0

3 years ago

v3.6.0 (2020-10-21)

Milestone for v3.6 πŸš€

πŸŽ‰ Improvements

  • #1198 - Consistent state handling (documentation issue?) (@chrisgraham)
  • #1242 - Fix PSR-2 compliance. (@chrisgraham)
  • #1245 - Fix PSR-2 issues in comments. (@chrisgraham)
  • #1248 - [Facebook] Upgrade Graph API to v8.0. (@sviluppomania)

πŸš€ New Providers

  • #1251 - Medium provider. (@Ganofins)

πŸ› Bug fixes

  • #1239 - Fix OAuth1 flow bug. (@chrisgraham)
  • #1236 - Fix code went missing during merge / missed code from Vkontakte. (@chrisgraham)
  • #1240 - [WeChat] Fix authentication and profile data retrieval issue. (@chrisgraham + @champsupertramp)
  • #1238 - Fix session storage, due to bug in OpenID. (@chrisgraham)

πŸ—‘οΈ Dropped

  • #1237 - [YahooOpenID] Yahoo dropped OpenID support. (@chrisgraham)

p.s. Thanks to anyone who contributes.