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

Add two new types of authentication #139

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Add two new types of authentication #139

merged 1 commit into from
Sep 29, 2020

Conversation

danielabyan
Copy link
Contributor

Two new types of authentication have been added

  • HTTP Basic Authentication
  • With URL parameters
    The client can specify the authentication method by
    specifying the "auth_method" in the $connectParams.
    Now the client can authenticate using three authentication
    methods, as described in the documentation:
    https://clickhouse.tech/docs/en/interfaces/http/.

The signature of the Http class constructor has been
changed. A new optional argument $authMethod has been
added.

Two new types of authentication have been added
 - HTTP Basic Authentication
 - With URL parameters
The client can specify the authentication method by
specifying the "auth_method" in the `$connectParams`.
Now the client can authenticate using three authentication
methods, as described in the documentation:
https://clickhouse.tech/docs/en/interfaces/http/.

The signature of the `Http` class constructor has been
changed. A new optional argument `$authMethod` has been
added.
@danielabyan danielabyan marked this pull request as ready for review June 21, 2020 08:16
@danielabyan
Copy link
Contributor Author

@isublimity can you review this pull request? I need these changes :)

@isublimity isublimity merged commit e8febdf into smi2:master Sep 29, 2020
isublimity added a commit that referenced this pull request Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants