Skip to content

Commit 2ea792e

Browse files
committed
add flag to mark the decorated function as authentication capable.
1 parent 3203571 commit 2ea792e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth1/signer_interceptor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def request_function(*args, **kwargs): # pragma: no cover
3838

3939
return func(*args, **kwargs)
4040

41+
request_function.__oauth__ = True
4142
return request_function
4243

4344

0 commit comments

Comments
 (0)