Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Add context with a simple builder #132

Closed
wants to merge 5 commits into from

Commits on Apr 7, 2015

  1. Loosen the sass-rails gem version constraint

    A fresh Rails 4.2 install includes sass-rails 5.0.3, which clashes with CASino's requirement of sass-rails 4.x
    meanphil committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    0b773d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Configuration menu
    Copy the full SHA
    0dba60b View commit details
    Browse the repository at this point in the history
  2. Add context argument for an authenticator to use

    Sometimes a login might require more information than just a username and password, in these cases the extra info can be pased to the authenticator via the context parameter as a Hash.
    meanphil committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    33ec971 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Configuration menu
    Copy the full SHA
    f6edddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8798094 View commit details
    Browse the repository at this point in the history