Skip to content

Migration to the lcobucci/jwt v3.3

Compare
Choose a tag to compare
@sizeg sizeg released this 21 Sep 07:01
· 5 commits to master since this release

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.