Skip to content

Releases: lcobucci/jwt

4.2.0

19 Aug 18:42
4.2.0
298e635
Compare
Choose a tag to compare

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

28 Sep 19:35
4.1.5
fe2d89f
Compare
Choose a tag to compare

Release Notes for 4.1.5

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

More info: GHSA-7322-jrq4-x5hf

4.1.5

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

Security

4.0.4

28 Sep 19:25
4.0.4
5556426
Compare
Choose a tag to compare

Release Notes for 4.0.4

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

More info: More info: GHSA-7322-jrq4-x5hf

4.0.4

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

3.4.6

28 Sep 19:21
3.4.6
3ef8657
Compare
Choose a tag to compare

Release Notes for 3.4.6

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

More info: More info: GHSA-7322-jrq4-x5hf

3.4.6

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

4.1.4

23 Mar 23:54
4.1.4
71cf170
Compare
Choose a tag to compare

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

4.0.3

23 Mar 23:51
4.0.3
ae4165a
Compare
Choose a tag to compare

Release Notes for 4.0.3

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

4.0.3

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

Bug

4.1.3

19 Mar 20:59
4.1.3
1e66927
Compare
Choose a tag to compare

Release Notes for 4.1.3

This release fixes a specification compatibility issue by making sure we use floats to represent time fractions.

4.1.3

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

Bug

4.0.2

19 Mar 20:55
4.0.2
cefaeb3
Compare
Choose a tag to compare

Release Notes for 4.0.2

This release fixes a specification compatibility issue by making sure we use floats to represent time fractions.

4.0.2

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

Bug

4.1.2

19 Feb 19:42
4.1.2
c544710
Compare
Choose a tag to compare

Release Notes for 4.1.2

This release fixes the polyfill for sodium base64 encoding.

4.1.2

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

Bug

4.1.1

16 Feb 10:01
4.1.1
7959c5e
Compare
Choose a tag to compare

Release Notes for 4.1.1

This release makes it possible to use the library when libsodium < 1.0.14 is installed.

4.1.1

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

Bug