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

Non compliant param name update/fix for LinkedIn integration. #388

Closed
wants to merge 8 commits into from
Closed

Non compliant param name update/fix for LinkedIn integration. #388

wants to merge 8 commits into from

Commits on Sep 24, 2019

  1. Update oauth2_session.py

    Work around to remove duplicate access token value from url in the request() method.
    jtroussard committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    62c8e76 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Update oauth2_session.py

    More direct way of handling duplicate access token being added to request. Duplicate access token detection triggers log print.
    jtroussard committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4d1bf99 View commit details
    Browse the repository at this point in the history
  2. Update oauth2_session.py

    Moved compliance hook invocation until after the access token value is added to the request URL.
    jtroussard committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c9d2221 View commit details
    Browse the repository at this point in the history
  3. Update linkedin.py

    compliance update access_token -> oauth_access_token
    jtroussard committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d4ccc9b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Update linkedin.py

    black format
    jtroussard committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b89dd10 View commit details
    Browse the repository at this point in the history
  2. Update oauth2_session.py

    jtroussard committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    758d332 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. black formatting

    jtroussard committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c04c01c View commit details
    Browse the repository at this point in the history
  2. black formatting

    jtroussard committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    2ad25f7 View commit details
    Browse the repository at this point in the history