Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 07 Sep 20:25
· 102 commits to master since this release
v2.1.0

This is a feature release for the PHP implementation of PASETO.

New Features

  • Unless otherwise specified by the user, expiration is enforced by default in both the Builder and Parser classes.
    You can disable this default by invoking ->setNonExpiring(true) on your Builder or Parser objects.
  • Added support for Key Rings. (#137)
  • Expanded unit tests to cover algorithm lucidity