]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
Add realm to HTTP Basic Authentication add-mandatory-realm-on-basic-auth 13511/head
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 20 Mar 2025 11:10:41 +0000 (11:10 +0000)
committerMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 20 Mar 2025 11:10:41 +0000 (11:10 +0000)
commitc07ff9234a089b095a276a5f35d2742b4ebe2563
tree3655afbee0173fc228766a2a8d3114497a817810
parent4e40e1e85d2e62375f79ee726a8448539d503030
Add realm to HTTP Basic Authentication
fastapi/security/http.py
tests/test_security_http_basic_optional.py
tests/test_tutorial/test_security/test_tutorial006.py