We've completed draft-00 of our proposed RFC. This makes us one step closer to tagging v1.0.0.
Protocol changes:
None. We're quite happy with the way Paseto is currently designed.
PHP Library Changes:
- Use
setSignatureMode()
instead ofsetEncryptionMode()
for Version1. The end result was the same, but it's important to be explicit about our intent in our implementation.