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.
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 security tokens to be passed in future requests.
The credentials and return tokens to look for is configurable
in the Fetcher settings for your Feed. The communication protocol is also
configurable, 'plain' (&url=var) and json posting is supported currently.
Authentication methods:
Plain: Passes credentials through URL.
JSON: Performs a json_encode()'d post of the credentials.
Use Cases
Your feed requires a more advanced authentication mechanism than what Feeds' built-in 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 which you then have to pass in subsequent calls.
Views Bootstrap module enables you to create components following the theme structure of the Bootstrap framework all within the configuration settings of the powerful Views module.