Skip to content

Releases: sizeg/yii2-jwt

Added PHP 8 support

18 Dec 16:56
Compare
Choose a tag to compare
Added PHP 8 support Pre-release
Pre-release

Upgraded lcobucci/jwt package version to ~4.2.1.

Aded PHP 8 support.

This release partially compatible with previous 2.x versions, please follow to README.md for more information.

Tag a branch for v3.3

26 Nov 05:40
Compare
Choose a tag to compare
v2.0.2

Added license

Added license BSD-3-Clause

21 Aug 04:49
Compare
Choose a tag to compare
v2.0.1.1

Added license

Fixed catch InvalidArgumentException in Jwt::loadToken()

23 Oct 07:46
e91679a
Compare
Choose a tag to compare
Merge pull request #26 from berosoboy/master

Fixed catch InvalidArgumentException in Jwt::loadToken()

Migration to the lcobucci/jwt v3.3

21 Sep 07:01
Compare
Choose a tag to compare

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.

Updated readme

20 Sep 18:06
22100b1
Compare
Choose a tag to compare
v1.2.1

Added table of contents

Added supported algorithms

21 Dec 02:45
Compare
Choose a tag to compare
v1.2.0

Added supported algorithms

Updated lcobucci/jwt package version to ~3.2.0

06 Aug 05:32
Compare
Choose a tag to compare

Fix dependence packages to php 5.5

v1.0.4: Merge pull request #4 from AnatolyRugalev/master

01 Aug 18:59
Compare
Choose a tag to compare
Added \InvalidArgumentException handling

v1.0.3: Merge pull request #2 from AnatolyRugalev/parse-exception-handling

05 Jul 06:38
Compare
Choose a tag to compare