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

feat: deprecate --auth-method, as both options are available #279

Merged
merged 2 commits into from Nov 3, 2023

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Nov 3, 2023

In request, we auto detect auth method from Authorization Header.

Basic ...        basic auth
Digest ...       digest auth

In response, we set a www-authenticate headers with both schema:

www-authenticate: Digest realm="DUFS", nonce="6544e916ba36090e25ebe3cb000be8b7d3", qop="auth", Basic realm="DUFS"

@sigoden sigoden changed the title feat: deprecate --auth-method, both are avaiable feat: deprecate --auth-method, as both options are available Nov 3, 2023
@sigoden sigoden merged commit 70300b1 into main Nov 3, 2023
3 checks passed
@sigoden sigoden deleted the feat-auth branch November 3, 2023 12:36
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.

None yet

1 participant