No longer TODO.
This commit is contained in:
parent
291b4e1896
commit
1721865b20
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue