mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
8 lines
163 B
Ruby
8 lines
163 B
Ruby
require 'omniauth/core'
|
|
|
|
module OmniAuth
|
|
module Strategies
|
|
autoload :CAS, 'omniauth/strategies/cas'
|
|
autoload :LDAP, 'omniauth/strategies/ldap'
|
|
end
|
|
end
|