Releases: marvin255/jwt
Releases · marvin255/jwt
v2.1.1
Additionals factories and libs update
- 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
- Add type and implementation for
Algorithm
enum.
Use new features from php 8
- Add
Optional
as param value. - Add enums for param names.
- Add
final
andreadonly
modifiers. - Add infection testing.
PHP 8.1
cs-fixer update
- cs-fixer is updated.
Remove internal from ParamSet
- Remove internal parameter from ParamSet that broke psalm checking.
Small signer fixes
- Add algorithms enum.
- Other small fixes.
Stable version
- Add lib infrastructure.
- Add token encoder.
- Add token decoder.
- Add token builder.
- Add token signers.
- Add token object.
Setters for registered claims
- Add setters for registered claims to builder.