Skip to content

Commit fa48c3a

Browse files
committed
Remove deprecated dynamic auth plugin loading method for boot-time compatibility
1 parent eb4e891 commit fa48c3a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lib/hooks/app/helpers.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,6 @@ def load_handler(handler_class_name)
7777
end
7878
end
7979

80-
public
81-
82-
# Load auth plugin class (DEPRECATED - plugins are now loaded at boot time)
83-
#
84-
# @deprecated This method is kept for compatibility but auth plugins are now loaded at boot time
85-
# @param auth_plugin_class_name [String] The name of the auth plugin class to load
86-
# @param auth_plugin_dir [String] The directory containing auth plugin files
87-
# @return [Class] The loaded auth plugin class
88-
# @raise [StandardError] Always raises error as dynamic loading is no longer supported
89-
def load_auth_plugin(auth_plugin_class_name, auth_plugin_dir)
90-
error!("Dynamic auth plugin loading is deprecated. Auth plugins are now loaded at boot time.", 500)
91-
end
92-
9380
private
9481

9582
# Determine HTTP error code from exception

0 commit comments

Comments
 (0)