Skip to content

Releases: TheNetworg/oauth2-azure

2.2.6

Choose a tag to compare

@hajekj hajekj released this 22 Jun 14:24
8a65bb5

What's Changed

New Contributors

Full Changelog: v2.2.5...v2.2.6

2.2.5

Choose a tag to compare

@hajekj hajekj released this 26 Feb 08:06
06f1aa0

What's Changed

  • inject AccessToken into AzureResourceOwner by @infabo in #146

New Contributors

Full Changelog: v2.2.4...v2.2.5

2.2.4

Choose a tag to compare

@hajekj hajekj released this 20 Feb 10:31
a897d60

What's Changed

New Contributors

Full Changelog: v2.2.3...v2.2.4

2.2.3

Choose a tag to compare

@hajekj hajekj released this 22 Dec 06:31
074b57e

What's Changed

  • Implement time manipulation using JWT::leeway while validating nbf & exp by @elernonelma in #178
  • Check for existing query parameters before appending post_logout_redi… by @sadika9 in #208
  • README: add hint about getIdToken() to validateAccessToken() example by @bk138 in #211
  • Improve error messages by @curry684 in #212
  • 218: Fix backwards compatibility break in oauth2-client 2.8.x by @rtrvrtg in #219
  • Add compatibility with firebase/php-jwt 7 by @uncaught in #224

New Contributors

Full Changelog: v2.2.2...v2.2.3

2.2.2

Choose a tag to compare

@hajekj hajekj released this 19 Dec 12:15
be204a5

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

2.2.1

Choose a tag to compare

@hajekj hajekj released this 01 Aug 09:16
e092f6f

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

2.2.0

Choose a tag to compare

@hajekj hajekj released this 01 Aug 07:15
9231c7b

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

2.1.1

Choose a tag to compare

@hajekj hajekj released this 24 Jun 09:13
06fb2d6
  • Hotfix for regression with JWT v6 #163

2.1.0

Choose a tag to compare

@hajekj hajekj released this 22 Jun 11:04
56e0776
  • 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

Choose a tag to compare

@hajekj hajekj released this 11 Jan 13:15
2649422
  • Allow to set some params in list of options in constructor #133
  • Add PHP 8.0 support (fc059d1)