Skip to content

Version 2.4.0

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 26 Apr 18:41
· 91 commits to master since this release
v2.4.0
cd48535
  • #151 - Fixed IdentifiedBy to check jti claim
  • #152 - Docblocks allow mixed-value claims
  • #154 - Add isForVersion() helper to PASETO Key objects.
    • For example: $key->isForVersion(new Version4) will return true if the key is intended for PASETO v4, and false otherwise.