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
Due to design changes, the Basic Auth handler compares the submitted credentials' username against the wrong value from the database.
The handler should compare the expected value and succeed when the value is correct.
2.
It should succeed.
- OS: Fedora 41 - Other environment details:
UoN Health Informatics
No response
✅ Yes, me or my team intend to do the development.
The text was updated successfully, but these errors were encountered:
#13 Basic Auth fix (#19)
40caf3b
* Basic Auth bug fix * unit testing BasicAuthHandler * more compliant log messaging
beforan
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
Due to design changes, the Basic Auth handler compares the submitted credentials' username against the wrong value from the database.
Expected Behavior
The handler should compare the expected value and succeed when the value is correct.
Steps To Reproduce
2.
It should succeed.
Environment
I'm part of a Project Team
UoN Health Informatics
Anything else?
No response
Are you willing to contribute to resolve this issue?
✅ Yes, me or my team intend to do the development.
The text was updated successfully, but these errors were encountered: