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

It would be appreciated and useful to have a mechanism within AHC to handle Digest Auth #687

Open
Diggory opened this issue May 1, 2023 · 1 comment

Comments

@Diggory
Copy link

Diggory commented May 1, 2023

Issue

Some HTTP requests require authentication. Basic auth is easy for the user to implement, but rarely used (I assume). More frequently, Digest authentication is required.

Digest Auth is more complex to implement and it would be useful for users of the package if it provided an implementation for this form of authentication. (This may require a dependency upon swift-crypto due to use of MD5 hashing.)

@Lukasa
Copy link
Collaborator

Lukasa commented May 2, 2023

Yeah, this is a reasonable feature request.

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

No branches or pull requests

2 participants