Migration to the lcobucci/jwt v3.3
Minimal PHP version up to 5.6.
Updated lcobucci/jwt
package to version 3.3 (this is adoption package to 4.0 version).
Added JwtValidationData
class to configure ValidationData informing all claims you want to validate the token.
Added usage example of JwtValidationData
under Yii2 basic template example
section.
Updated README.md examples according to deprecated methods.
P.S. This release should be fully compatible (except php version) to ^1.2 but try it on your own and test before release.