Fabio William Conceição

Results 162 comments of Fabio William Conceição

I'm using PHP 8 without issues (my actual version is 8.0.8) but issue #983 it's quite annoying, right now I opened a PR #2139 to mitigate this issue, but @tymondesigns...

I can confirm, php8 works very well here. Can you run the command php -m and paste the results? On Wed, Jul 7, 2021, 17:34 Николай ***@***.***> wrote: > I...

> @yuyuan20 @atymic There is a working fork of the project here https://github.com/PHP-Open-Source-Saver/jwt-auth They started to keep the project alive. A long discussion about it is here #2145 I am...

Just update your "lcobucci/jwt" version to "lcobucci/jwt": "4.0.0". My case was that and just updating solved the issue on the first that we implemented. But I'm using docker environment so...

> ### Subject of the issue > return "Expired token" refreshing an expired token on time with ttl_refresh param. > > This problem it's resolved in version 0.5.3, but Laravel...

> #2091 Hi, how are you doing? we forked the library to https://github.com/PHP-Open-Source-Saver/jwt-auth If you want to migrate your PR to our repository, we'll keep it active as much we...

> 👋 tymondesigns/jwt-auth team, > > I'm Rizki from [uasoft](https://github.com/uasoft-indonesia) and maintainer [badaso](https://github.com/uasoft-indonesia/badaso) > > First of all, I would like to thank you for all this library maintainer and...

https://github.com/PHP-Open-Source-Saver/jwt-auth

> 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...