Skip to content

Tags: SPie/laravel-jwt

Tags

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Updated readme

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test Github action for tests (#17)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes

* Fixed register JWTHandler

* Fixed dateTime claims

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Added JsonTokenProvider.

Can be used to return tokens within the response body.

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Allow php >= 8.0.0 and laravel 9 components.

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
lcobucci/jwt 4.0 upgrade (#13)

Upgrade lcobucci/jwt to 4.0 and using the new features.

JWT doesn't use Claim anymore but DataSet object instead.
JWTHandler requires Configuration instead of Builder, and Signer and registers a Key object instead of using the secret directly.
Requires nesbot/carbon ^2.0 for testability.

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 8 support

v3.0.1

Toggle v3.0.1's commit message
fixed ServiceProviderTests

v3.0.0

Toggle v3.0.0's commit message
replaced deprecated methods of lcobucci/jwt

v2.0.0

Toggle v2.0.0's commit message
v2 for laravel ^7.0 and php >= 7.2.0