New Drupal Modules

Syndicate content
Extend and customize Drupal functionality with contributed modules. If a module doesn't quite do what you want it to do, if you find a bug or have a suggestion, then join forces and help the module maintainer. Or, share your own by starting a new module.
Updated: 14 hours 55 min ago

Another phone module using libphonenumber

26 February 2013 - 9:37pm

This is another sandbox phone module written for #1812184: [meta] Rewrite and merge phone and cck_phone. More details are in the README.txt file.

Categories: Drupal

Feeds HTTPFetcher AA (Advanced Authentication)

26 February 2013 - 9:04pm
Installation

Installation is straightforward. All settings are on the Fetcher settings for your feed.

Overview

This module provides support for more advanced authentication mechanisms
using the Drupal Feeds module. http://drupal.org/project/feeds

Features

Most notably, this can be used for feeds requiring a 2-step authentication
where the first request passes authentication credentials, and then the
server returns a form of security tokens to be passed in future reqeusts.

The credentials, and return token keys to look for is fully configurable
in the Fetcher settings for your Feed. The communication protocol is also
configurable, plain &url=var and json posting is supported currently.

Use Cases
  • Your feed requires a more advanced authentication mechanism than what Feeds Basic HTTP Fetcher provides.
  • Your feed requires specific key|value pairs for authentication.
  • Your feed requires a JSON post of credentials to authenticate.
  • Your feed uses a 2-step authentication. You post credentials, it authenticates and returns security tokens to you which you then have to pass in subsequent calls.
Similar projects

It is reccomended to use this along with the Feeds JSONPath Parser
http://drupal.org/project/feeds_jsonpath_parser
when using json returns.

Categories: Drupal