]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add automatic header handling for HTTP Basic Auth (#175)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Apr 2019 17:44:25 +0000 (21:44 +0400)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2019 17:44:25 +0000 (21:44 +0400)
commitf216d340ec852e72c002d920e68552bf0da7e364
tree2c6c270c972c35780f5b80bd436890765e773dff
parenta4558e70536ac24e7dfd049272b5bdcff9637cab
:sparkles: Add automatic header handling for HTTP Basic Auth (#175)

* :sparkles: Add automatic header handling for HTTP Basic Auth

* :art: Remove obsolete comment
fastapi/security/http.py
tests/test_security_http_basic.py
tests/test_security_http_basic_optional.py
tests/test_security_http_basic_realm.py [new file with mode: 0644]