FOSOAuthServerBundle icon indicating copy to clipboard operation
FOSOAuthServerBundle copied to clipboard

Symfony 6.0 compatibility

Open daniel-plewinski opened this issue 3 years ago • 6 comments

Does not seem to work with Symfony 6.0 and PHP 8.1. Is an upgrade planned?

daniel-plewinski avatar May 19 '22 08:05 daniel-plewinski

meanwhile ... you can give https://github.com/klapaudius/FOSOAuthServerBundle a try. i just found it and seems maintenaned fork (drop-in upgrade).

My app is still limited to 5.4 because of fos oauth BUT with version 3.0.0 it works AS IS with old authentication system. Following days will migrate to new authentication and push forward for Symfony 6.1.4.

drekinov avatar Sep 01 '22 19:09 drekinov

meanwhile ... you can give https://github.com/klapaudius/FOSOAuthServerBundle a try. i just found it and seems maintenaned fork (drop-in upgrade).

My app is still limited to 5.4 because of fos oauth BUT with version 3.0.0 it works AS IS with old authentication system. Following days will migrate to new authentication and push forward for Symfony 6.1.4.

drekinov avatar Sep 01 '22 20:09 drekinov

meanwhile ... you can give https://github.com/klapaudius/FOSOAuthServerBundle a try. i just found it and seems maintenaned fork (drop-in upgrade).

My app is still limited to 5.4 because of fos oauth BUT with version 3.0.0 it works AS IS with old authentication system. Following days will migrate to new authentication and push forward for Symfony 6.1.4.

Thanks for your suggestion.

daniel-plewinski avatar Sep 02 '22 04:09 daniel-plewinski

Working on it here. Builds on #685. Trying to maintain BC support for Symfony 5.3, but that might be a lost cause. Branch / version management on this package could navigate that.

iisisrael avatar Oct 27 '22 20:10 iisisrael

Any update on this?

potasiyam avatar Jul 04 '23 07:07 potasiyam

Thank you @drekinov for the link ;). My repo is currently working and maintained on Symfony 6.x. I will work on Symfony 7.x compatibility soon. My initial PR were not merged in this repo and I want my Apps to be up to date so the easiest way was to fork a maintain it.

klapaudius avatar Jan 08 '24 09:01 klapaudius