]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True` (#2939)
authorArthur Rio <arthur.rio44@gmail.com>
Thu, 27 Feb 2025 12:29:20 +0000 (05:29 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 12:29:20 +0000 (13:29 +0100)
commitccc7c8fef9eaab9d74ad142c50847be7e38e250a
treebc31c9545c6b80a6dce2d00f77c84a9785e43be3
parentb0215699137c41a96c57f650640cb9db1c25314a
🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True` (#2939)

Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com>
fastapi/security/http.py
tests/test_security_http_digest_optional.py