thecore_backend_commons 2.3.8 → 2.3.9

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
  SHA256:
3
- metadata.gz: 915dc909c9d1f93bb28915d3fd4991f3864814cc97755fd592722bd8c03b0de9
4
- data.tar.gz: cab3a82d76be74142b1ff1afa4b53a4c0c68b97232f21bd4118936da1eb9b394
3
+ metadata.gz: 4f0f91b3e84ddc6c4806ad7817c33ba79b7a74c5ce7dcfa0d239da3b0a8ef7a7
4
+ data.tar.gz: 370f4986ee52a29add02d79c9c79a689f7106ff5534f90068a30f55af558213f
5
5
  SHA512:
6
- metadata.gz: de0fab3dce0d736a33255f9ecc5d8f9574388fa8ab2cf430842593779b8579a67e2c8e9ea46e2840074d40bc374a1c05c065b01426c573de8818b3cb8420b54a
7
- data.tar.gz: 9abb21b64a7426105086ea0a84dc1143f359c762843ca16094ac2b190584b53cfe3415bbdb253fb4b448a03e60ba287d99316c95091980095d4eb655d4c8184f
6
+ metadata.gz: ad589b533c28130ec41e4f95597ac125a697859647b18ab6290fd0d94afb885b08ef7839117145ba6fe873f6c320e20e1ee0605913283aa2ea074a8808704b18
7
+ data.tar.gz: aa2342d04722a22fe29c5594d94e93be100f03009b206c9e79c3ea37d97e7e8b694076d1e82e7d377ed7927a1ef8692ca8d4ccbc627fd06d738abc363178b153
@@ -0,0 +1,7 @@
1
+ Rails.application.config.session_store :cookie_store, {
2
+ :key => "_#{ENV["COMPOSE_PROJECT_NAME"].presence || "development"}_session",
3
+ :domain => :all,
4
+ :same_site => :none,
5
+ :secure => :true,
6
+ :tld_length => 3
7
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_backend_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.8
4
+ version: 2.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-21 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_auth_commons
@@ -122,6 +122,7 @@ files:
122
122
  - app/assets/config/thecore_backend_commons_manifest.js
123
123
  - app/jobs/application_job.rb
124
124
  - app/mailers/application_mailer.rb
125
+ - config/initializers/session_store.rb
125
126
  - config/initializers/thecore_backend_commons_app_archetypes.rb
126
127
  - config/initializers/thecore_backend_commons_app_configs.rb
127
128
  - config/locales/en.devise.custom.yml