Drupal 7 as an Oauth 2.0 provider -


I am trying to make my Drupal 7 site an OAuth provider. I've got the Drupal module for OA1, yet I'm having trouble finding the OAuth 2.0 Provider module.

I found this project on Drupalcode: it supports OAuth 2.0 for Drupal 6. While browsing the repository, I looked at the tag: "7.x-1.x-dev" and "7.x-1.x-Rj" (I do not know what it is RJ ..) which made me very happy So I checked the code and said, with the latest in my Drupal installation. However, when I wanted to enable the module in Drupal 7, it says: "This version is not compatible with Drupal 7.x and should be replaced."

Has anyone found out whether this module will work in Drupal 7? (Tags confuse me) If not, then what is another module of OAuth 2.0 for Drupal?

Thank you in advance

This problem may occur because of an .info file The version is not specified but there is no harm in using the module.

I think you should google_oauth2

Comments