OAuth implements the OAuth classes for use with Backdrop and acts as a support module for other modules that wish to use OAuth.
This module includes a slightly modified version of this OAuth Client/Server library
OAuth Client flow:
The callback to be used is /oauth/authorized/%
where %
is the id of the
consumer used by the client. We need the id of the consumer to be able to find
the token correctly.
This is an incomplete Backdrop version of the Drupal contributed module version 7.x-3.3.
Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules
Visit the configuration page under Administration > Configuration > Category >
OAuth (admin/config/category/oauth
) and enter the required information.
- Juan Pablo Novillo Requena (juampynr)
- Kyle Browning (kylebrowning)
- James O'Beirne (jobeirne)
- Pelle Wessman (voxpelli)
- Hugo Wetterberg
The Drupal module has been sponsored by Good Old and Mindpark.
Lullabot module maintenance.
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.