coalescing_panda 4.6.0 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61f78109d263c80140b9f4c04e0d4bb00f5b0c48
4
- data.tar.gz: 3a27957a0bca404a35bc7247115de195389b0336
3
+ metadata.gz: 8efea91014e88f07f7bd39860db6072161db84af
4
+ data.tar.gz: 88cad27a86b4a93c67fdb4ff7302214d0dde080c
5
5
  SHA512:
6
- metadata.gz: da367151b06b30cd990b882002d8cf3785fd2985c15fb053d58b86c74785e777193412e97818394ee2a870b7ebaeb98d4362de6401c4f54ea63e438ab502197f
7
- data.tar.gz: a65b71236959d35a66eea943594dd12d0134ad6b0920acc0fde6307131161b25c9e6d6ab1dbb1e6e0ac9a26b00772f4ff24cde07cf67b70184103bd07b63fac1
6
+ metadata.gz: 5af45f9fb9b3b3fa3765dd3236ce47eacf5b1cba2e5b4e38d3b6a63dd8e35c3d30d98f117c4511ffd16b291943fbe598a69618a461eb04c3c7fbca6cd7cae1c7
7
+ data.tar.gz: 981e1e48035e68adb3680859f591f91e9ab759ff1c92198a370af467942e3a8f75d7ea57200e9f4cd42b9054aa9b14244e16438c054a080010b435a2af9f89e3
@@ -111,7 +111,7 @@ module CoalescingPanda
111
111
  authorized = authorized && @lti_account.validate_nonce(params['oauth_nonce'], DateTime.strptime(params['oauth_timestamp'], '%s'))
112
112
  logger.info 'not authorized on nonce' if !authorized
113
113
  render :text => 'Invalid Credentials, please contact your Administrator.', :status => :unauthorized unless authorized
114
- check_for_iframes_problem if authorized
114
+ authorized = authorized && check_for_iframes_problem if authorized
115
115
  authorized
116
116
  end
117
117
 
@@ -184,6 +184,7 @@ module CoalescingPanda
184
184
  redirect_to params[:platform_redirect_url]
185
185
  return false
186
186
  end
187
+ true
187
188
  end
188
189
 
189
190
  def cookies_need_iframe_fix?
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '4.6.0'
2
+ VERSION = '4.6.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coalescing_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 4.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Mills
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-02-06 00:00:00.000000000 Z
13
+ date: 2020-02-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails