fanforce-app-factory 1.4.3 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,8 @@ module Sinatra::FanforceHelpers
|
|
10
10
|
@ff = Fanforce::API.new(params)
|
11
11
|
#return @ff if !@ff.valid_fanforce_request? and !@ff.valid_fanforce_js_request?
|
12
12
|
|
13
|
-
|
13
|
+
organization_id = params[:organization_id] || (params[:bie_metadata][:oid] if params[:bie_metadata].is_a?(Hash))
|
14
|
+
@ff.auth(Sinatra::FanforceHelpers.find_api_key(organization_id))
|
14
15
|
@ff
|
15
16
|
end
|
16
17
|
|