summaryrefslogtreecommitdiff
path: root/talerbank/app/views.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-12 22:02:20 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-12 22:02:20 +0200
commit131ee673a4e20ce0b7d9026959e3dae43c0aafc0 (patch)
tree6d93e43bbb7d910169d080cb217fb6d085d030fe /talerbank/app/views.py
parent93371478ba2e60f8e92785c3cabfd7f93103dfc6 (diff)
downloadbank-131ee673a4e20ce0b7d9026959e3dae43c0aafc0.tar.gz
bank-131ee673a4e20ce0b7d9026959e3dae43c0aafc0.tar.bz2
bank-131ee673a4e20ce0b7d9026959e3dae43c0aafc0.zip
Fixing ACL issue discovered by me, using fix as proposed by Florian.wq
Diffstat (limited to 'talerbank/app/views.py')
-rw-r--r--talerbank/app/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index f6d81ce..f61333a 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -547,7 +547,6 @@ def config_view(request):
@require_GET
@allow_origin_star
-@login_via_headers
def api_config(request):
"""
Config query of the taler bank integration api
@@ -1057,7 +1056,6 @@ def withdraw_headless(request, user):
@csrf_exempt
@allow_origin_star
-@login_via_headers
def api_withdraw_operation(request, withdraw_id):
"""
Endpoint used by the browser and wallet to check withdraw status and