Releases: UniSharp/laravel-jwt
Releases · UniSharp/laravel-jwt
0.2.5
Hot fix: substitute checkProvider
with validateSubject
function to be compatible with tymondesigns/jwt-auth 1.0.0-rc.2
0.2.4
Upgrade tymondesigns/jwt-auth
package to 1.0.0-rc.2
to support Laravel 5.6.
0.2.3
fix TokenBlacklistedException
0.2.2
- allow to logout without token
0.2.1
Hotfix: fix middleware for authorized user
0.2.0
Hotfix: call JWTAuth facade from namespace in case of not setting default alias
0.1.9
Hotfix: fix registerMiddleware() function in lumen