strongmind-auth 1.1.120 → 1.1.124

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28d6ddf754fb03e4b36677e255582bd7c6992b6b48560fd9e1474cda2f268b81
4
- data.tar.gz: ddcd7b9d40afd434033c8b83577bcf13711781c9f35d91ac56ae70fe07f9463a
3
+ metadata.gz: '048a0f120c80b6cf5fd9434d55faac903ee8b5b77f086f96c125b464d7eb5c10'
4
+ data.tar.gz: 68ae3c3300beba2fc9f5a3734a1c42fc3924dbbf20289069bddd16cf4b8c4739
5
5
  SHA512:
6
- metadata.gz: fe113a581909a450742f5fec3ca6ece0fa784366d767ede6f2c3a5e48a4f431b736e909146779584b5fb17e6392f3339856f5b13f0837c98534927bfd181c9f2
7
- data.tar.gz: 39ec8cf8ec393187735fce6979371ef773fad091304d52997fd3cbf3ae7d56ea7c997f0f72a6cf46081f70ca4d2a4cfa6c71708848a113b062dc4faab55fea15
6
+ metadata.gz: a964d1571ff5c9ff1ea898439d5e76f704bf279879cf176f90e6ff3de363509cbd8e4e6bfd409071242b608707c6174ea8fa2c79308595f294adf5611f7fb6d4
7
+ data.tar.gz: a040a080edcac1cc3d9cd9acc591f720fa61ac7e22fd2128c5356244ef4264b600cb99bc4bcd9f6ef82ea16f24f70914db023e323da53090c5c503114c27c550
@@ -31,6 +31,7 @@ module LtiSessionAuthable
31
31
 
32
32
  def write_session_to_cache
33
33
  Rails.cache.write(@lti_session_id, {
34
+ record_id: @lti_session_id,
34
35
  context_id: @lti_context_id,
35
36
  context_title: @lti_context_title,
36
37
  resource_link_title: @lti_resource_link_title,
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.1.120"
3
+ VERSION = "1.1.124"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.120
4
+ version: 1.1.124
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Belding