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

OAuth1: Allow IPv6 addresses being parsed by signature #818

Merged
merged 5 commits into from Sep 6, 2022

Commits on May 19, 2022

  1. OAuth1: Allow IPv6 addresses being parsed by signature

    This PR addresses issue with incorrectly parsing IPv6 address,
    described here: oauthlib#817
    dasm committed May 19, 2022
    Copy the full SHA
    49294a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Removed dependency on split

    dasm committed Jun 15, 2022
    Copy the full SHA
    d05c388 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed0cb63 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Copy the full SHA
    f52f641 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Restored test for port 0.

    dasm committed Jun 27, 2022
    Copy the full SHA
    9aa45aa View commit details
    Browse the repository at this point in the history