Skip to content

Releases: marvin255/jwt

v2.1.1

08 Jun 13:31
8abf8e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Additionals factories and libs update

14 Aug 16:56
c9379fa
Compare
Choose a tag to compare
  • Update libs and run linters
  • Update infection to v0.27
  • Remove infection exceptions
  • Update phpUnit to v10
  • Fix constructors
  • Add JwtSecretFactory
  • Add JwtSignerFactory

Add more info to Algorithm enum

09 Jan 08:50
6bd70b7
Compare
Choose a tag to compare
  • Add type and implementation for Algorithm enum.

Use new features from php 8

09 Jan 08:25
be0a869
Compare
Choose a tag to compare
  • Add Optional as param value.
  • Add enums for param names.
  • Add final and readonly modifiers.
  • Add infection testing.

PHP 8.1

11 Mar 13:06
67ab956
Compare
Choose a tag to compare
  • Added support for PHP 8.1.
  • Fixed code types after psalm update.

cs-fixer update

08 Aug 21:00
a6475cc
Compare
Choose a tag to compare
  • cs-fixer is updated.

Remove internal from ParamSet

06 May 13:20
64835d7
Compare
Choose a tag to compare
  • Remove internal parameter from ParamSet that broke psalm checking.

Small signer fixes

06 May 09:38
fc9371c
Compare
Choose a tag to compare
  • Add algorithms enum.
  • Other small fixes.

Stable version

06 May 12:51
87d394f
Compare
Choose a tag to compare
  • Add lib infrastructure.
  • Add token encoder.
  • Add token decoder.
  • Add token builder.
  • Add token signers.
  • Add token object.

Setters for registered claims

04 May 11:55
c7265df
Compare
Choose a tag to compare
  • Add setters for registered claims to builder.