Skip to content

Commit

Permalink
Recorde the transition resource_link_id
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed May 24, 2024
1 parent d742e0a commit 5851f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core/LTIX.php
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,9 @@ public static function extractJWT($needed=self::ALL, $input=false) {
$retval['lti11_transition_user_id'] = $lti11_transition->user_id;
$retval['lti11_transition_oauth_consumer_key'] = $lti11_transition->oauth_consumer_key;
$retval['lti11_transition_oauth_consumer_key_sign'] = $lti11_transition->oauth_consumer_key_sign;
if (isset($lti11_transition->resource_link_id)) {
$retval['lti11_transition_resource_link_id'] = $lti11_transition->resource_link_id;
}
}
}

Expand Down

0 comments on commit 5851f26

Please sign in to comment.