Little Apps, Ltd.
Results
2
issues of
Little Apps, Ltd.
This is one possible fix for issue #2143. Another possible fix is clearing the claims before a JWT is parsed by calling `\Tymon\JWTAuth\Facades\JWTFactory::emptyClaims();` in `Tymon\JWTAuth\Http\Middleware\BaseMiddleware`, however, that class is marked...
### Subject of the issue When one JWT is generated with custom claims and then a second JWT is parsed or generated with no claims, the second JWT contains the...