Harvard-University-iCommons/django-auth-lti

When masquerading users in Canvas, the first request to the LTI tool generates an error

cmurtaugh opened this issue · 1 comments

Steps to reproduce:

  1. Visit a Canvas course and load an LTI tool
  2. Masquerade a different user
  3. Go back to the Canvas course and reload the LTI tool

The result is an error, caused by the attempt to retrieve non-existent LTI launch params from the session.

Fixed in master.