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

feat: add Webflow provider #395

Closed EmilePerron closed 1 year ago

EmilePerron commented 1 year ago

This PR adds an implmentation for the new koalati/oauth2-webflow OAuth 2.0 provider for Webflow.

EmilePerron commented 1 year ago

Hi folks at @knpuniversity 👋

Is there anything blocking this PR from being merged in its current state? If so, do let me know: I'll do any changes necessary to get this merged ASAP :)

EmilePerron commented 1 year ago

Thanks to the both of you - and no worries on the delay, you folks do more than enough!

I just changed the hardcoded string; the PHP 8.1 and 8.2 tests "failed" but the errors in these seemed to be deprecations in other parts of the codebase.

Let me know if there's anything else you need me to do :)

Cheers!

bocharsky-bw commented 1 year ago

Failed tests are really unrelated to this PR and fixed in #397