Skip to content

Releases: OssiPesonen/AzureADB2CTokenValidator

1.0.1

13 Dec 07:44
Compare
Choose a tag to compare

Fixed a typo in gitignore that resulted in files under /keys to become tracked.

1.0.0

13 Dec 07:36
2156b91
Compare
Choose a tag to compare

First full release now that unit tests are completed.

  • Increased minimum PHP version to 7.4
  • Added Pest as a test framework and unit tests for validator
  • Fixed some minor bugs that might occur if key discovery payload is empty
  • Removed nbf and exp checks from Validator as they are handled by Firebase/JWT already
  • Added some type definitions to variables and functions now that version is increased

0.1.2

02 Nov 14:17
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Leeway parameter

0.1.1

07 Oct 05:16
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Added a public method to retrieve the PublicKey object once it's initialized after fetching the verification key from Azure.

0.1.0

27 Aug 20:30
Compare
Choose a tag to compare

Initial release