We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A middleware for HTTP basic authentication, as per RFC 2617.
The text was updated successfully, but these errors were encountered:
#28 We'd like to issue a challenge when accessing a basic auth protec…
59d7c49
…ted app without credentials
#28 Basic authentication now issues a challenge when accessed without…
e531fc4
… credentials
#28 Basic authentication middleware now rejects unsupported schemes
27d666a
#28 Basic auth middleware now issues a new challenge if credentials a…
313e206
…re invalid
Basic auth middleware finally accepts valid credentials - closes #28
3075fba
No branches or pull requests
A middleware for HTTP basic authentication, as per RFC 2617.
The text was updated successfully, but these errors were encountered: