Support newer versions of firebase/php-jwt by BVMiko · Pull Request #208 · bigcommerce/bigcommerce-api-php
Navigation Menu
{{ message }}
bigcommerce / bigcommerce-api-php Public
- Notifications You must be signed in to change notification settings
- Fork 182
Merged
Support newer versions of firebase/php-jwt#208
zvuki merged 2 commits intobigcommerce:masterfrom
Support newer versions of firebase/php-jwt#208
zvuki merged 2 commits intobigcommerce:masterfrom
Conversation
Copy link Copy Markdown
Contributor
BVMiko
commented
Aug 17, 2017
BVMiko
commented
After some testing, this package seems to work fine with PHP-JWT v5.0.
BVMiko added 2 commits
August 15, 2017 10:25Copy link Copy Markdown
Contributor
lord2800
commented
Aug 17, 2017
lord2800 commented
Aug 17, 2017I don't suppose you happen to have a link to the changelog handy?
Copy link Copy Markdown
Contributor Author
BVMiko
commented
Aug 17, 2017
BVMiko commented
Aug 17, 20175.0.0 / 2017-06-26
- Support RS384 and RS512.
See #117. Thanks @joostfaassen! - Add an example for RS256 openssl.
See #125. Thanks @akeeman! - Detect invalid Base64 encoding in signature.
See #162. Thanks @psignoret! - Update
JWT::verifyto handle OpenSSL errors.
See #159. Thanks @bshaffer! - Add
arraytype hinting todecodemethod
See #101. Thanks @hywak! - Add all JSON error types.
See #110. Thanks @gbalduzzi! - Bugfix 'kid' not in given key list.
See #129. Thanks @stampycode! - Miscellaneous cleanup, documentation and test fixes.
See #107, #115,
#160, #161, and
#165. Thanks @akeeman,
@chinedufn, and @bshaffer!
4.0.0 / 2016-07-17
- Add support for late static binding. See #88 for details. Thanks to @chappy84!
- Use static
$timestampinstead oftime()to improve unit testing. See #93 for details. Thanks to @josephmcdermott! - Fixes to exceptions classes. See #81 for details. Thanks to @Maks3w!
- Fixes to PHPDoc. See #76 for details. Thanks to @akeeman!
Copy link Copy Markdown
lord2800 approved these changes Aug 17, 2017
Copy link Copy Markdown
Contributor
lord2800
left a comment
lord2800
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll see about getting this merged!
zvuki
merged commit
e57fc7a
into
bigcommerce:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment