Skip to content

Commit

Permalink
LTI-393: removed references to PlatformValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Jun 28, 2024
1 parent 5596a31 commit b729529
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/controllers/auth_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

class AuthController < ApplicationController
include ExceptionHandler
include PlatformValidator

before_action :print_parameters if Rails.configuration.developer_mode_enabled
skip_before_action :verify_authenticity_token
Expand Down
1 change: 0 additions & 1 deletion app/controllers/message_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class MessageController < ApplicationController
include OpenIdAuthenticator
include AppsValidator
include LtiHelper
include PlatformValidator
include DeepLinkService

before_action :print_parameters if Rails.configuration.developer_mode_enabled
Expand Down
1 change: 0 additions & 1 deletion app/controllers/registration_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class RegistrationController < ApplicationController
include ExceptionHandler
include LtiHelper
include OpenIdAuthenticator
include PlatformValidator
include RailsLti2Provider::ControllerHelpers

before_action :print_parameters if Rails.configuration.developer_mode_enabled
Expand Down

0 comments on commit b729529

Please sign in to comment.