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

HTTP auth API #115

Merged
merged 15 commits into from
Nov 14, 2019
Merged

HTTP auth API #115

merged 15 commits into from
Nov 14, 2019

Conversation

sagebind
Copy link
Owner

@sagebind sagebind commented Nov 8, 2019

Add a new high-level API for specifying credentials and using one or more HTTP authentication schemes.

Fixes #84.

@sagebind sagebind marked this pull request as ready for review November 9, 2019 06:57
Copy link

@abatkin abatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than these comments, I've tested Negotiate (SPNEGO/Kerberos) on Linux and Windows and it's great.

src/auth.rs Outdated Show resolved Hide resolved
src/auth.rs Outdated Show resolved Hide resolved
@sagebind sagebind added the feature A new feature! label Nov 14, 2019
@sagebind sagebind merged commit 5a249ac into master Nov 14, 2019
@sagebind sagebind deleted the 84-auth branch November 14, 2019 20:41
@sagebind sagebind added this to the 0.8 milestone Nov 21, 2019
@Halkcyon Halkcyon mentioned this pull request Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support username / password and CURLOPT_HTTPAUTH settings.
2 participants