This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Releases: okta/okta-jwt-verifier-php
Releases · okta/okta-jwt-verifier-php
Version 1.4.0
Version 1.3.0
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
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
Released March 3, 2021
Bug Fixes
verify
now callsvalidateClaims
correctly, as an accessToken. (Fixes #75)
Version 1.1.0
Released March 1, 2021
Updates
- Addition of
verifyIdToken
andverifyAccessToken
methods for correct claim checks
Version 1.0.0
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
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
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
Released May 18, 2018
- Updates Symfony/Yaml package to allow 4.0 used where avaialble
Version 0.2.0
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.