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

Fix username parsing for basic auth #2991

Merged
merged 1 commit into from May 11, 2023
Merged

Conversation

tsaarni
Copy link
Contributor

@tsaarni tsaarni commented May 11, 2023

This PR fixes issue with basic auth header parsing that was introduced when fixing #2625. After applying, test case test_get_username_from_basic_auth_header does not fail anymore.

Fixes #2990

@benoitc benoitc merged commit 4aca2e4 into benoitc:master May 11, 2023
14 of 18 checks passed
@benoitc
Copy link
Owner

benoitc commented May 11, 2023

thanks!

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.

Username parsing for Basic auth fails
2 participants