for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
'''
LTI authentication, based on the passthrough backend.
from .passthrough import PassThroughAuth
class LtiAuth(PassThroughAuth):
name='lti'