README.md in exvo_helpers-0.4.0 vs README.md in exvo_helpers-0.5.0
- old
+ new
@@ -14,10 +14,13 @@
Exvo::Helpers.auth_require_ssl => false
Exvo::Helpers.auth_client_id => nil
Exvo::Helpers.auth_client_secret => nil
+Exvo::Helpers.sso_cookie_domain => 'exvo.local'
+Exvo::Helpers.sso_cookie_secret => 'some secret cookie signing key'
+
Exvo::Helpers.auth_host => 'auth.exvo.local'
Exvo::Helpers.cdn_host => 'www.exvo.local'
Exvo::Helpers.cfs_host => 'cfs.exvo.local'
Exvo::Helpers.desktop_host => 'www.exvo.local'
Exvo::Helpers.themes_host => 'themes.exvo.local'
@@ -51,10 +54,13 @@
ENV['AUTH_REQUIRE_SSL'] = 'true'
ENV['AUTH_CLIENT_ID'] = '123'
ENV['AUTH_CLIENT_SECRET'] = 'abc'
+ENV['SSO_COOKIE_DOMAIN'] = 'exvo.dev'
+ENV['SSO_COOKIE_SECRET'] = 'exvo.dev'
+
ENV['AUTH_HOST'] = 'test.auth.exvo.com'
ENV['CDN_HOST'] = 'test.cdn.exvo.com'
ENV['CFS_HOST'] = 'test.cfs.exvo.com'
ENV['DESKTOP_HOST'] = 'test.exvo.com'
ENV['THEMES_HOST'] = 'test.themes.exvo.com'
@@ -72,9 +78,12 @@
Exvo::Helpers.auth_debug = true
Exvo::Helpers.auth_require_ssl = true
Exvo::Helpers.auth_client_id = '123'
Exvo::Helpers.auth_client_secret = 'abc'
+
+Exvo::Helpers.sso_cookie_domain = 'exvo.dev'
+Exvo::Helpers.sso_cookie_key = 'some secret key'
Exvo::Helpers.auth_host = 'test.auth.exvo.com'
Exvo::Helpers.cdn_host = 'test.cdn.exvo.com'
Exvo::Helpers.cfs_host = 'test.cfs.exvo.com'
Exvo::Helpers.desktop_host = 'test.exvo.com'