Skip to content
Snippets Groups Projects
Commit 77402a91 authored by Bermudez, Jaime's avatar Bermudez, Jaime
Browse files

Merge branch 'master' into develop

parents 0c3a156a dc21b684
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,6 @@ class LTIAuthBackend(ModelBackend):
logger.info("done checking the signature")
print tool_provider.oauth_timestamp
logger.info("about to check the timestamp: %d" % int(tool_provider.oauth_timestamp))
if time() - int(tool_provider.oauth_timestamp) > 60 * 60:
logger.error("OAuth timestamp is too old.")
......
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