Protocol changes:
None. We're quite happy with the way Paseto is currently designed.
PHP Library Changes:
- A lot of mostly-internal type-safety work done by @aidantwoods
- Fixed: A footer of
0
would not append to the token due to PHP's treatment of falsy values.
- Fixed: A footer of
- We explicitly tell phpseclib to use e = 65537 for version 1.
Other Changes:
- A lot of documentation has been fleshed out. Give it a read here: https://github.com/paragonie/paseto/tree/master/docs
- Several people have begun developing PASETO implementations in other programming languages. See all of them here.