Releases: hybridauth/hybridauth
Releases · hybridauth/hybridauth
v3.12.2
v3.12.1
v3.12.0
What's Changed
- Add support for keycloak organization claim by @tbredzin in #1410
- Refresh token fixes by @odain-cbd in #1415
- Fix QQ can't parse to get openid by @xuzuxing in #1406
- Update Pinterest API v5 by @Morbids in #1405
- Enhance unfound provider exception message to ease troubleshooting by @odain-cbd in #1414
- Add support for Facebook OIDC tokens in limited login flow by @endisha in #1411
- Unknow provider error by @vardanabhanot in #1399
- Update QQ.php by @rodber in #1424
- Fix issues with PHP 8.4 and changes to nullable vars by @supriyo-biswas in #1423
- Added latest PHPUnit and fixed failing tests under it by @elcreator in #1429
- Make Keycloak refresh token work by @odain-cbd in #1416
New Contributors
- @tbredzin made their first contribution in #1410
- @odain-cbd made their first contribution in #1415
- @xuzuxing made their first contribution in #1406
- @Morbids made their first contribution in #1405
- @endisha made their first contribution in #1411
- @vardanabhanot made their first contribution in #1399
- @rodber made their first contribution in #1424
- @supriyo-biswas made their first contribution in #1423
- @elcreator made their first contribution in #1429
Full Changelog: v3.11.0...v3.12.0
v3.11.0
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
v3.9.0
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
v3.8.1
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.