The readme.md suggests:

composer require drupal/oauth2:^2.0

That gives an error:

  Could not find package drupal/oauth2 in a version matching ^2.0

The command should be:

composer require drupal/oauth2_client:^2.0
CommentFileSizeAuthor
#2 oauth2_client-3040421-2.patch347 bytesjigish.addweb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

greggles created an issue. See original summary.

jigish.addweb’s picture

Status: Active » Needs review
FileSize
347 bytes

@greggles, Here's the patch that resolves the typo mentioned above. Thanks

greggles’s picture

Yep, looks good to me.

dashohoxha’s picture

@greggles and @jigish.addweb
Anyone of you is using this module? If yes, would you like to be maintainer of the 8.x branches? Because the current developers and maintainers of the 8.x branch (@Jaypan and @voleger) seem to not be responsive. I am not using the 8.x branches myself, so I don't want to start messing with something that I cannot test properly and on which I have no stakes.
There are a couple of other 8.x issues that I believe can be closed quickly as well.

greggles’s picture

I don't currently use the module - I was testing it out and am not sure if I will become a user. If I do become a user then yes, I'd definitely be interested in becoming a maintainer.

sjerdo’s picture

Status: Needs review » Reviewed & tested by the community

Seems good to me! +1

Ashley.Sommer’s picture

Status: Reviewed & tested by the community » Fixed

Merged to 8.x-2.x-dev branch. Thank you @greggles and @jigish.addweb

Ashley.Sommer’s picture

Status: Fixed » Closed (fixed)