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

Implement RFC7617-compliant multi-domain basic authentication #10904

Closed
wants to merge 1 commit into from

Commits on Apr 12, 2022

  1. Implement RFC7617-compliant multi-domain basic authentication

    The https://datatracker.ietf.org/doc/html/rfc7617#section-2.2
    defines multi-domain authentication behaviour and authentication
    scopes for basic authentication. This change improves the
    implementation of the multi-domain matching to be RC7617 compliant
    
    * path matching (including longest match)
    * scheme validation matching
    
    Closes: pypa#10902
    potiuk committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    cf285b9 View commit details
    Browse the repository at this point in the history