- Issue created by @joachim
- 🇫🇷France Grimreaper France 🇫🇷
I wonder if the oauth plugin should not be extracted into its own module project to have its own lifecycle.
Adding related issue 💬 Can't get oauth2 to work Active .
Test fails with:
1) Drupal\Tests\entity_share_client\Functional\AuthenticationOAuthTest::testImport
League\OAuth2\Client\Provider\Exception\IdentityProviderException: unsupported_grant_type
/var/www/html/vendor/league/oauth2-client/src/Provider/GenericProvider.php:236
/var/www/html/vendor/league/oauth2-client/src/Provider/AbstractProvider.php:740
/var/www/html/vendor/league/oauth2-client/src/Provider/AbstractProvider.php:646
/var/www/html/repos/entity_share/modules/entity_share_client/src/Plugin/ClientAuthorization/Oauth.php:337
/var/www/html/repos/entity_share/modules/entity_share_client/tests/src/Functional/AuthenticationOAuthTest.php:159
/var/www/html/repos/entity_share/modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php:341
Active
4.0
Code
I wonder if the oauth plugin should not be extracted into its own module project to have its own lifecycle.
Adding related issue 💬 Can't get oauth2 to work Active .