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

BasicAuth: Allow disabling sending WWW-Authenticate header #1387

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

agrafix
Copy link

@agrafix agrafix commented Jan 7, 2021

Right now, the BasicAuth module sends the WWW-Authenticate header by default via servant-server. This isn't always desirable, since, when called via AJAX, it causes the browser to surface a login prompt on authentication failure.

This PR makes that behavior configurable.

@akhesaCaro
Copy link
Contributor

Hi agrafix,

Thanks for your contribution. The CI has been fixed, could you rebase your branch to see if it passes the CI checks?

@agrafix agrafix force-pushed the agrafix/auth-prompt branch from e751df4 to 4e894d4 Compare April 9, 2021 04:43
@tchoutri
Copy link
Contributor

tchoutri commented Dec 27, 2021

@agrafix Hi! Unfortunately we lost CI logs, could you please rebase your branch and push it again? :)

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.

3 participants