Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring code for simplification and interoperability #8

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2017

  1. Readme created.

    otarza committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    2e3e2f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Update readme

    bircher committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    8573346 View commit details
    Browse the repository at this point in the history
  2. Remove AuthenticationProvider.

    The login needs to happen on form submit to be compatible with the simple_fb_connect module and
    other modules that use "code" in a request. Account kit does not really provide an authentication
    mechanism other than the form with the javascript anyway.
    bircher committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    c50954f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c84c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d347d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    a2a843a View commit details
    Browse the repository at this point in the history
  2. Inject guzzle client to make requests instead of curl and improve err…

    …or handling with exceptions
    bircher committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    220d7ee View commit details
    Browse the repository at this point in the history