Releases: TheNetworg/oauth2-azure
Releases · TheNetworg/oauth2-azure
2.2.2
What's Changed
- Update composer.json by @ThibaultPelloquin in #193
- Use 'kty' as JWK algorithm by @sadika9 in #201
- Update Azure.php by @mschering in #199
- Update CHANGELOG.md to note non-maintained state - refs #204 by @ywarnier in #206
New Contributors
- @mschering made their first contribution in #199
- @ywarnier made their first contribution in #206
Full Changelog: v2.2.1...v2.2.2
2.2.1
What's Changed
- Update composer.json by @ThibaultPelloquin in #192
New Contributors
- @ThibaultPelloquin made their first contribution in #192
Full Changelog: v2.2.0...v2.2.1
2.2.0
What's Changed
- Add support for using a certificate instead of a shared secret by @uncaught in #170
- Handle empty ID token claim by @janklan in #174
- Exclude dev files from dist archives by @cedric-anne in #185
- Set default algorithm through config by @philipdaveby in #184
- Add unit tests by @BertVM52 in #186
- Fix compatibility with "firebase/php-jwt": "6.7.0" by @10n in #189
New Contributors
- @uncaught made their first contribution in #170
- @janklan made their first contribution in #174
- @cedric-anne made their first contribution in #185
- @philipdaveby made their first contribution in #184
- @BertVM52 made their first contribution in #186
- @10n made their first contribution in #189
Full Changelog: v2.1.1...v2.2.0
2.1.1
2.1.0
- Fix: make scopes value an array #134
- paging_scenarios #136
- Shouldn't we use urlLogin instead of hardcoding? #138
- [FEATURE] append appid= parameter to .well-known configuration url #152
- Remove Deprecations for PHP 8.1 / ditch PHP 5.6 and 7.0 #155
- Token Validation with modulus and exponent #157
- Firebase 6 #159
2.0.1
2.0.0
After longer period, we have a new release - v2.0.0. This is not coming from the original v2.0.0-dev branch, but is based on master where many breaking changes have been made.
- Need new release please #122
- Support endpoint v2.0 #76
- Provide better support for v2.0 OpenID Config #79
- Update validateToken() #81
- Fix #83 get parsed response #84
- Make $post_logout_redirect_uri optional in getLogoutUrl() #96
- Add error description to message to improve exception quality #99
- Remove app id validation #109