mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
8 lines
188 B
Ruby
8 lines
188 B
Ruby
require 'omniauth/core'
|
|
|
|
module OmniAuth
|
|
module Strategies
|
|
autoload :HttpBasic, 'omniauth/strategies/http_basic'
|
|
# autoload :Gowalla, 'omniauth/strategies/gowalla'
|
|
end
|
|
end
|