Jwt Versions Save

A simple library to work with JSON Web Token and JSON Web Signature

5.2.0

4 months ago

Release Notes for 5.2.0

This release provides an API to ease key rotation procedures and dependency updates.

5.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Improvement

5.1.0

5 months ago

Release Notes for 5.1.0

This releases compatibility guarantees with PHP 8.3 and adds testing against PHP 8.4-dev.

5.1.0

  • Total issues resolved: 1
  • Total pull requests resolved: 8
  • Total contributors: 4

Dependencies

renovate

Improvement

5.0.0

1 year ago

Release Notes for 5.0.0

This release removes deprecated components, makes PHP 8.1 the minimum required version, and ships some API improvements.

5.0.0

  • Total issues resolved: 2
  • Total pull requests resolved: 25
  • Total contributors: 9

BC-break

Minor BC-break

Improvement

CI

Dependencies

Documentation

4.3.0

1 year ago

Release Notes for 4.3.0

Feature release (minor)

4.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

Dependencies,Improvement

Improvement,Minor BC-break

Improvement

Documentation

4.2.1

1 year ago

Release Notes for 4.2.1

This release fixes a documentation mistake.

4.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Documentation,Minor BC-break

4.2.0

1 year ago

Release Notes for 4.2.0

This release provides a high-level API, a new (non-standard) algorithm, and validation for key length requirements. The latter is a minor BC-break for users that aren't following the RFC recommendations.

To contain the impact of the changes and give time for people to rotate keys, we have deprecated implementations that maintain the previous behaviour and allow unsafe keys. For more information, please read the documentation.

4.2.0

  • Total issues resolved: 3
  • Total pull requests resolved: 15
  • Total contributors: 7

Documentation

Improvement

Improvement,Minor BC-break,Security

Security

CI

4.1.5

2 years ago

Release Notes for 4.1.5

This patch ships a minor security fix to prevent misuse of the LocalFileReference key.

More info: https://github.com/lcobucci/jwt/security/advisories/GHSA-7322-jrq4-x5hf

4.1.5

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Security

4.0.4

2 years ago

Release Notes for 4.0.4

This patch ships a minor security fix to prevent misuse of the LocalFileReference key.

More info: More info: https://github.com/lcobucci/jwt/security/advisories/GHSA-7322-jrq4-x5hf

4.0.4

  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0

3.4.6

2 years ago

Release Notes for 3.4.6

This patch ships a minor security fix to prevent misuse of the LocalFileReference key.

More info: More info: https://github.com/lcobucci/jwt/security/advisories/GHSA-7322-jrq4-x5hf

3.4.6

  • Total issues resolved: 1
  • Total pull requests resolved: 0
  • Total contributors: 3

4.1.4

3 years ago

Release Notes for 4.1.4

This release removes the possibility of having parsing issues when dealing with time-fractions with more than 6 decimal places.

4.1.4

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug