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

Added HTTP authentication to the API. #115

Closed
wants to merge 5 commits into from

Commits on May 26, 2021

  1. Added HTTP authentication to the API.

    * Now the requests to HTTP can also contain Basic, Digest and Proxy
    authentication.
    Octavian Toader authored and Octavian Toader committed May 26, 2021
    Configuration menu
    Copy the full SHA
    b7e2ecf View commit details
    Browse the repository at this point in the history
  2. Added auth.robot for testing Basic and Digest authentication.

    Octavian Toader authored and Octavian Toader committed May 26, 2021
    Configuration menu
    Copy the full SHA
    a92a376 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Simplified error messages for the Set Client Authentication.

    Octavian Toader authored and Octavian Toader committed May 28, 2021
    Configuration menu
    Copy the full SHA
    b9b825c View commit details
    Browse the repository at this point in the history
  2. Added test for invalid arguments. And merged if checks in set client

    auth keyword.
    Octavian Toader authored and Octavian Toader committed May 28, 2021
    Configuration menu
    Copy the full SHA
    8b1c950 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Fix for the HTTPBasicAuth is not JSON serializable error.

    Octavian Toader authored and Octavian Toader committed May 31, 2021
    Configuration menu
    Copy the full SHA
    918dd9e View commit details
    Browse the repository at this point in the history