OAuth 1.0
Component ID
241076
Component name
OAuth 1.0
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
826519
Component created
Component changed
Component body
This module implements the OAuth 1.0 standard for use with Drupal and acts as a support module for other modules that wish to use OAuth.
For OAuth 2.0, install the Oauth 2.0 module instead of this one.
Drupal 8
This module implements an authentication provider for Oauth by leveraging the OAuth PECL extension. If you just need to sign requests with a set of OAuth Credentials, you can use the PECL extension as the module tests do, or install the module Guzzle OAuth.
Drupal 6 and 7
This module includes a slightly modified version of an OAuth Client/Server library whose repository does not exist any longer.