1

我正在尝试使我的 Drupal 7 站点成为 OAuth 提供者。我找到了适用于 OAuth 1 的 Drupal 模块,但在查找 OAuth 2.0 提供程序模块时遇到了麻烦。

我在 Drupalcode 上找到了这个项目:http://drupalcode.org/project/oauth2.git支持 Drupal 6 的 OAuth 2.0。在浏览存储库时,我看到了标签:“7.x-1.x-dev”和“7.x-1.x-Rj”(不知道这个Rj代表什么……)这让我很高兴。所以我检查了代码并将其与最新的http://code.google.com/p/oauth2-php/一起放入我的 Drupal 安装中。但是,当我想在 Drupal 7 中启用该模块时,它说:“此版本与 Drupal 7.x 不兼容,应该更换。”

有谁知道这个模块是否可以在 Drupal 7 中工作?(这些标签让我感到困惑)如果没有,Drupal 的 OAuth 2.0 是否还有另一个模块?

先感谢您

4

3 回答 3

2

这是 Drupal 7 的 OAuth 2 服务器https://drupal.org/project/oauth2_server

于 2014-01-17T13:44:01.587 回答
2

这个问题可能是因为 .info 文件没有指定版本,但使用该模块没有任何危害。

我认为您还应该为 google_oauth2尝试http://drupal.org/sandbox/sadashiv/1857254

于 2012-12-04T04:10:12.373 回答
0

花了几天时间将 Drupal7 用作 oauth2 提供程序并成功实施。我正在共享两个 github 存储库

我在这里回答

于 2015-01-20T12:35:38.693 回答