Michael Babker
Michael Babker
See https://github.com/markitosgv/JWTRefreshTokenBundle/pull/303 for the authenticator config update.
https://github.com/markitosgv/JWTRefreshTokenBundle/pull/284 is blocked by upstream dependencies, when those issues are addressed then the work to make this bundle Symfony 6 compatible can be finished.
#251 introduced a generator service that'll create a `RefreshTokenInterface` model fully populated and validated, you just need to pass in the user object and the token's TTL for it to...
#246 added some core framework to help with this, but there's still a long way to go to make things reliable. Even with that PR adding in a "proper" authenticator...
Even after the various bits of refactoring I've done, I don't think there's a good way to fix this duplicate query without breaking away from using the `LexikJWTAuthenticationBundle` authentication success...
This should be reported on the https://github.com/ratchetphp/RFC6455 repo as it'll have to be fixed there (for this specific case at least). The TL;DR is that all the places that the...
This isn't compatible with PHP 5, which the 0.4 branch still supports.
I just ran into this issue today with PHP 8.0.20 and Grav 1.7.34. In this case, the intention was to build a ZIP of a custom theme in our CI...
> The only _problem_ I see here is that [`AttributeReader`](https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/src/Mapping/Driver/AttributeReader.php) must implement `Reader` interface as well, it's not ideal since it would depend on `doctrine/annotations` but I guess we'll be...
They purposely noted the reader as being duck typed (and I didn’t make it back to where it was originally introduced to work out why it’s explicitly noted as duck...