Created
August 4, 2016 16:22
-
-
Save alexmuller/c86f0b7f2f34ac63c7e3b1be48b5a71d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GDS::SSO.config do |config| | |
config.user_model = "User" | |
config.oauth_id = ENV['SIGNON_OAUTH_ID'] | |
config.oauth_secret = ENV['SIGNON_OAUTH_SECRET'] | |
config.oauth_root_url = Plek.current.find("signon") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment