No longer TODO.

This commit is contained in:
Itamar Turner-Trauring 2021-12-20 13:46:19 -05:00
parent 291b4e1896
commit 1721865b20
1 changed files with 2 additions and 2 deletions

View File

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