Skip to content
Snippets Groups Projects
Commit 7f011736 authored by Colin Murtaugh's avatar Colin Murtaugh
Browse files

added debug logging

parent 0f398830
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,9 @@ class LTIAuthBackend(ModelBackend):
for key in postparams:
logger.debug('%s: %s' % (key, postparams.get(key)))
logger.debug('request abs url is %s' % request.build_absolute_uri())
logger.debug('request META is %s') % request.META
logger.info("about to check the signature")
if not tool_provider.is_valid_request(request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment