FOSOAuthServerBundle
FOSOAuthServerBundle copied to clipboard
Symfony 6.0 compatibility
Does not seem to work with Symfony 6.0 and PHP 8.1. Is an upgrade planned?
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.
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.
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.
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.
Any update on this?
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.