Miladrahimi Php Jwt Versions Save

A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator.

v3.2.2

2 weeks ago

What's Changed

Full Changelog: https://github.com/miladrahimi/php-jwt/compare/v3.2.0...v3.2.2

v3.2.0

2 weeks ago

Release notes:

  • Add JwtException as the superclass of all exception classes.
  • Support string format of keys in constructors of ECDSA and RSA key class.

v3.1.1

6 months ago

Release notes:

  • The deprecated addRule method has been removed.
  • Introduced addRequiredRule() and addOptionalRule() methods.
  • Conducted code cleanup for enhanced readability and efficiency.

v3.1.0

6 months ago

Release notes:

  • Support for typ and kid headers: This release introduces added support for the typ and kid headers, enriching the functionality of the package. Users can now include these headers while working with the package, enabling enhanced customization and identification within JWT operations.

  • VerifierFactory Implementation: We've implemented the VerifierFactory, a versatile feature allowing seamless identification of verifiers based on the kid header. With this addition, users can easily select and employ the appropriate verifier for JWTs by specifying the kid header, streamlining the verification process.

v3.0.0

6 months ago

Release notes:

  • Expanded Algorithm Support: In this release, we've broadened our algorithm support to include ES256, ES256K, ES384, and EdDSA algorithms. These additions empower users with a wider range of cryptographic options, enhancing security and flexibility for JWT operations.

  • Obsolete PHP Versions Removed: To streamline and optimize the package's compatibility and performance, we've removed support for outdated versions of PHP. This decision ensures that the package aligns with current PHP standards and focuses on maintaining compatibility with modern PHP releases.

v2.1.5

1 year ago

Some improvements!

v2.1.4

2 years ago

Make it more portable to run on different operating systems

v2.1.3

2 years ago

Make it more portable to run on different operating systems

v2.1.2

2 years ago

Add support for PHP v8.0 and newer PHPUnit versions

v2.1.1

4 years ago

Mirror updates.