g5_authenticatable 1.0.0.pre.1 → 1.0.0.pre.2

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
  SHA1:
3
- metadata.gz: a76fa37dacb1777aa7e76189bf050ffdae4bab7a
4
- data.tar.gz: e323ad93ec0f5f40500e999c5303828b4f7070c0
3
+ metadata.gz: fa6113989b41b3319f4b4d122026259fafa0f7b5
4
+ data.tar.gz: 59ae4426b7503ca5232bcb7313d2a98c0ead1e7c
5
5
  SHA512:
6
- metadata.gz: 83e1c15d70f574298141c0515335fe6bb7d3e9dd31c356b8dec6aba013209a3b6e1423b23ed366307c84bd53e25a35eb5eb7ddd0b2a7565b8e908b65861bb5f7
7
- data.tar.gz: c1117229b44ca11584355e70c4262d023f708e1b604cd8f6de1fed0c064aff583668184dd064dad172c5aff717d1e671934b4c3d47f29f9480f6f2d1f69d4530
6
+ metadata.gz: b159d33d5b39c455b72dd18ddb722f9c8ee688c188647b17f9070ac94ae6660ad8a9fb31af83623ffb6fab9bba8c5217dfa307a37d863226249b3f36dfbd56e3
7
+ data.tar.gz: 1ff783d13c4b2aa07d92bdec8fe9a1840b14e18dbfef3cd45adc48a8b9de80c8502a8b687d845b3fa04b90d4f3ab82702ab3682cb0de8ebc7d5514bd55f226f4
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## v1.0.0.pre.1 (TBD)
1
+ ## v1.0.0.pre.2 (2017-07-25)
2
+
3
+ * Extend session timeout to 12 hours for client applications
4
+
5
+ ## v1.0.0.pre.1 (2017-07-13)
2
6
 
3
7
  * **Backwards incompatible changes**
4
8
  * Dropped support for rails < 4.1
data/README.md CHANGED
@@ -18,7 +18,7 @@ library in isolation.
18
18
 
19
19
  ## Current Version
20
20
 
21
- 1.0.0.pre.1
21
+ 1.0.0.pre.2
22
22
 
23
23
  ## Requirements
24
24
 
@@ -147,7 +147,7 @@ Devise.setup do |config|
147
147
  # ==> Configuration for :timeoutable
148
148
  # The time you want to timeout the user session without activity. After this
149
149
  # time the user will be asked for credentials again. Default is 30 minutes.
150
- config.timeout_in = 1.hour
150
+ config.timeout_in = 12.hours
151
151
 
152
152
  # If true, expires auth token on session timeout.
153
153
  # config.expire_auth_token_on_timeout = false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module G5Authenticatable
4
- VERSION = '1.0.0-1'
4
+ VERSION = '1.0.0-2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g5_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.1
4
+ version: 1.0.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - maeve
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-11 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise_g5_authenticatable