Skip to content

Commit 7f9f2d6

Browse files
committed
printing authorization token
1 parent 879c7f5 commit 7f9f2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/auth/authorizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def lambda_handler(event, context):
55
"""Do not print the auth token unless absolutely necessary """
66
method, token = event['authorizationToken'].split(' ')
7-
#print("Client token: " + event['authorizationToken'])
7+
print("Client token: " + event['authorizationToken'])
88
print("Method ARN: " + event['methodArn'])
99

1010
principalId = token

0 commit comments

Comments
 (0)