JWTRefreshTokenBundle
JWTRefreshTokenBundle copied to clipboard
Allow doctrine/persistence 4.0
Shall this be merged any time soon, please?
Can no longer use master JWTRefreshTokenBundle with Symfony LTS 6.4.21 - a new project installs doctrine/persistence 4
gesdinet/jwt-refresh-token-bundle[v1.1.2, ..., v1.4.0] require doctrine/persistence ^1.3.3|^2.0|^3.0 -> found doctrine/persistence[1.3.3, ..., 1.3.8, 2.0.0, ..., 2.5.7, 3.0.0, ..., 3.4.0] but the package is fixed to 4.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
We also need this. Can you please merge?
@mbabker can we get this merged ? Thanks :)
I don't have merge rights to this repo otherwise it'd be done already.
@mbabker unlucky. Sorry for pinging you then :/
@markitosgv can we get this merged? Thanks :)
Could anyone please suggest a workaround or alternative approach until this is merged?
I’d like to continue using this bundle with the latest Symfony LTS, specifically with persistence 4, preferably without having to fork the project.
Could anyone please suggest a workaround or alternative approach until this is merged?
I’d like to continue using this bundle with the latest Symfony LTS, specifically with persistence 4, preferably without having to fork the project.
I'm personally not aware of any, but if anybody finds something I'd like to know too.
@reubensant @andrec93p
// composer.json
"require": {
"gesdinet/jwt-refresh-token-bundle": "dev-feature/doctrine-persistence-4",
},
"repositories": {
"fmata_jwtrefreshtokenbundle": {
"type": "vcs",
"url": "[email protected]:fmata/JWTRefreshTokenBundle.git"
},
then you can run composer update gesdinet/jwt-refresh-token-bundle
@fmata Thanks for your contribution!
@fmata Thanks for your contribution!
Hi @shakaran, I thought this bundle was abandoned but I'm happy to see it getting new activity. Do you know
- If new releases are planned ?
- If the 2.0 is till planned ?
Thanks a lot
@fmata Thanks for your contribution!
Hi @shakaran, I thought this bundle was abandoned but I'm happy to see it getting new activity. Do you know
- If new releases are planned ?
- If the 2.0 is till planned ?
Thanks a lot
Hi, I am helping a bit with this bundle and others in the symfony ecosystem. I hope that everybody enjoy it.
I just release 1.5.0 with the latest changes in master, and new merge request will go to 2.0.0. So new PRs are welcome.