diff options
author | Rob DiMarco <rdimarco@google.com> | 2015-06-22 16:26:39 -0700 |
---|---|---|
committer | Rob DiMarco <rdimarco@google.com> | 2015-06-22 16:26:39 -0700 |
commit | e0a75bfb6413f22092c99b70f310ccb2cca3efa5 (patch) | |
tree | 7c6b96791adb1e7f98e5b7287d8ce955856929cc /README.md | |
parent | dcaa08ea78b76c8cd2fda0ff245934fd89fe74c2 (diff) | |
download | php-jwt-e0a75bfb6413f22092c99b70f310ccb2cca3efa5.zip php-jwt-e0a75bfb6413f22092c99b70f310ccb2cca3efa5.tar.gz php-jwt-e0a75bfb6413f22092c99b70f310ccb2cca3efa5.tar.bz2 |
Update README and bump to v2.2.0v2.2.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,11 @@ $decoded = JWT::decode($jwt, $key, array('HS256')); Changelog --------- +#### 2.2.0 / 2015-06-22 +- Add support for adding custom, optional JWT headers to `JWT::encode()`. See +[#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to +[@mcocaro](https://github.com/mcocaro)! + #### 2.1.0 / 2015-05-20 - Add support for adding a leeway to `JWT:decode()` that accounts for clock skew between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)! |