FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

Symfony 6.0 compatibility #693

Open daniel-plewinski opened 2 years ago

daniel-plewinski commented 2 years ago

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

drekinov commented 1 year ago

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 commented 1 year ago

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.

daniel-plewinski commented 1 year ago

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.

iisisrael commented 1 year ago

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.

potasiyam commented 1 year ago

Any update on this?

klapaudius commented 7 months ago

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.