oauth
9,932 sites
Security covered
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.