FriendsOfSymfony / oauth2-php

A server implementation of OAuth 2.0
MIT License
515 stars 112 forks source link

Adds Symfony 6 support. #129

Open iisisrael opened 2 years ago

iisisrael commented 2 years ago

Co-authored-by: Aaron Opela aaron.opela@netgalley.com

iisisrael commented 2 years ago

If keeping support for older PHP versions is important, we can instead add checks for method exists, adding deprecation messages. It's only a concern in tests (Assert::assertMatchesRegularExpression()).

GuilhemN commented 1 year ago

Do you have a strong use case for this? A legacy app that you cannot easily update?

This library is not really maintained anymore I'd say, last update is from 2021.

If you can, I would rather suggest to move your app to a different OAuth client (see https://oauth.net/code/php/ for some examples), and we probably should consider deprecating this library.

GuilhemN commented 1 year ago

Probably decision here should be synced with https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/698.