Jwt Versions Save

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

3.4.3

3 years ago

Build Status

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

Bug

Documentation

3.4.2

3 years ago

Build Status

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

Bug

3.4.1

3 years ago

Build Status

This release fixes a bug and a BC-break introduced in v3.4.0.

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

Bug

BC-break

4.0.0

3 years ago

Build Status

This release ships several API improvements, making this lib much more extensible and easier to use. It requires PHP 7.4 and it's compatible with PHP 8.0 as well (the latest RC).

Please follow our upgrading guide to perform the necessary adjustments to your code.

  • Total issues resolved: 32
  • Total pull requests resolved: 196
  • Total contributors: 23

BC-break

Improvement

Documentation

Bug

CI

Dependencies

3.4.0

3 years ago

Build Status

This release introduces a forward compatibility layer for the next major release (v4.0.0), guiding users to make their code compatible with both versions.

⚠ This version also triggers E_USER_DEPRECATED errors in scenarios where we can't simply use @deprecated. Please make sure you follow the provided instructions before upgrading your production code.

  • Total issues resolved: 9
  • Total pull requests resolved: 12
  • Total contributors: 5

Backporting

CI

Improvement

4.0.0-beta1

3 years ago

Build Status

This release provides a stable interface for our new major release (v4.0). We now have a library ready for PHP 8.0, fully documented, and able to be more easily extended.

Please check our upgrading guide, test your code, and report any issue.

Attention: There are a few BC-breaks (when comparing to the previous alpha releases), so please check the change set (especially PRs 538 and 533).

  • Total issues resolved: 7
  • Total pull requests resolved: 142
  • Total contributors: 7

Improvement (BC-break)

Improvement

Documentation

CI

Dependencies

3.3.3

3 years ago

Build Status

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

Documentation Bug

3.3.2

3 years ago

Build Status

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

Documentation

3.3.1

4 years ago

Build Status

This version fixes the inconsistencies with the upcoming major release.

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

Documentation

3.3.0

4 years ago

Build Status

This version provides a major performance improvement for the ECDSA algorithm, making it compatible with PHP 7.1+ too. We're also starting to add deprecation notes and will soon backport things from v4.x to create an upgrade path.

  • Total issues resolved: 7
  • Total pull requests resolved: 8
  • Total contributors: 11

Improvement

Documentation

Bug