Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Releases: okta/okta-jwt-verifier-php

Version 1.4.0

03 Mar 15:52
16f09ca
Compare
Choose a tag to compare

Released March 3, 2022

Updates

  • Adds caching driver (#95)
  • fix: Firebase/php-jwt compatibility (#97)
  • Removes nonce check for access token (#99)
  • Linting Rules Added (#100)
  • Readme Updates (#102)

Version 1.3.0

05 Jan 17:26
58e55ec
Compare
Choose a tag to compare

Released January 5, 2022

Updates

  • Update to remove PHP 7.3 Support
  • Include PHP ^8.0

Removals

  • Removes the use of codecov

Version 1.2.0

09 Sep 13:53
caa5475
Compare
Choose a tag to compare

Released September 9, 2021

Updates

  • Update to remove PHP 7.2 Support
  • Include PHP 8.0
  • Update to phpunit 9.*

Thank you @ctrl-f5 for the updates!

Version 1.1.1

04 Mar 01:13
0f14ce1
Compare
Choose a tag to compare

Released March 3, 2021

Bug Fixes

  • verify now calls validateClaims correctly, as an accessToken. (Fixes #75)

Version 1.1.0

01 Mar 20:35
22a1c0a
Compare
Choose a tag to compare

Released March 1, 2021

Updates

  • Addition of verifyIdToken and verifyAccessToken methods for correct claim checks

Version 1.0.0

21 Aug 16:22
ebf7a77
Compare
Choose a tag to compare

Released Aug 21, 2020

Updates

  • Updates all dependencies to latest version
  • Allow setting of leeway for JWT
  • Validates that jwks_uri is valid

Version 0.4.0

25 Mar 16:25
1dc22ff
Compare
Choose a tag to compare

Released March 25, 2020

Updates

  • Dependencies updated
    • Carbon to v2
    • PhpUnit
  • Remove Unused Dependencies
    • symfony/yaml
    • spomky-labs/jose
  • Updates readme

Version 0.3.0

23 Jan 15:29
Compare
Choose a tag to compare

Released Jan 23, 2020

  • Removes symfony/yaml as it was unused in this repo
  • Remove reference of using spomky-labs/jose from readme since it is no longer maintained.
  • spomky-labs/jose will remain as a dependency for BC concerns until 1.0 release

Version 0.2.1

19 May 01:40
Compare
Choose a tag to compare

Released May 18, 2018

  • Updates Symfony/Yaml package to allow 4.0 used where avaialble

Version 0.2.0

11 Sep 17:53
Compare
Choose a tag to compare

Released September 11, 2017

  • Auto-discovery of JWT Library Adaptor to use.
  • Includes ability to validate Nonce from the JwtValidatorBuilder.
  • Includes ability to validate Client Id from the JwtValidatorBuilder.
  • Includes ability to validate Audience from the JwtValidatorBuilder.