Top Level Namespace

Defined Under Namespace

Modules: OmniAuth, SoAuth

Constant Summary collapse

APP_ID =

If you need to pull the app_id and app_secret from a different spot this is the place to do it

ENV['AUTH_PROVIDER_APPLICATION_ID'] || "not_a_real_id"
APP_SECRET =
ENV['AUTH_PROVIDER_SECRET'] || "not_a_real_secret"