Skip to content

v1.3.0

Compare
Choose a tag to compare
@little-apps little-apps released this 24 Jun 22:09
· 364 commits to main since this release

What's Changed

  • Renamed the "littlejwt:secret" command to "littlejwt:phrase".
  • The web-token/jwt-signature-algorithm-hmac package is automatically installed with Little JWT (fixes issue #12).
  • The LittleApps\LittleJWT\Exceptions\InvalidHashAlgorithmException exception is thrown if no hashing algorithm is set in the config file.
  • Uses LittleApps\LittleJWT\Concerns\PassableThru trait to send LittleApps\LittleJWT\Build\Builder and LittleApps\LittleJWT\Validation\Validator instances through callbacks.

Notes

  • This is considered a minor version update (and not a patch to version 1.2) because it now automatically installs a Composer package and it may cause issues updating Composer (possibly because a different version or variation of the web-token/jwt-signature-algorithm-hmac package was installed).

Full Changelog: v1.2.0...v1.2.1