Releases: firebase/php-jwt
Releases · firebase/php-jwt
v5.3.0
v5.2.1
v5.2.0
v5.1.0
v5.0.0 / 2017-06-27
Changelog:
- 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::verify
to handle OpenSSL errors.
See #159. Thanks @bshaffer! - Add
array
type hinting todecode
method
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!