Delete unused LTI params from session

This commit is contained in:
kiragrammel
2023-08-16 00:16:21 +02:00
committed by Sebastian Serth
parent 56b9bb2680
commit 97138288f4
4 changed files with 1 additions and 9 deletions

View File

@ -67,7 +67,6 @@ class ApplicationController < ActionController::Base
# All external users are logged in "manually"
session[:external_user_id] = token.user.id
session.delete(:lti_parameters_id)
token.user
end
end