No longer TODO.

This commit is contained in:
Itamar Turner-Trauring 2021-12-20 13:46:19 -05:00
parent 291b4e1896
commit 1721865b20

View File

@ -74,8 +74,8 @@ def _extract_secrets(
def _authorization_decorator(required_secrets):
"""
Check the ``Authorization`` header, and (TODO: in later revision of code)
extract ``X-Tahoe-Authorization`` headers and pass them in.
Check the ``Authorization`` header, and extract ``X-Tahoe-Authorization``
headers and pass them in.
"""
def decorator(f):