knpuniversity / oauth2-client-bundle

Easily talk to an OAuth2 server for social functionality in Symfony
https://symfonycasts.com
MIT License
787 stars 145 forks source link

New `access_token` Authenticator Section #399

Open Spomky opened 1 year ago

Spomky commented 1 year ago

This PR proposes to use the new access_token authenticator for Symfony 6.2+. Related to the discussion in https://github.com/symfony/symfony/issues/49830

Note: yet, the code has not been tested

bocharsky-bw commented 1 year ago

Failed PHP CS Fixer changes unrelated, it was fixed in #400, you can rebase now to make it pass

Note: yet, the code has not been tested

Also, are you going to test that code yourself?