wordjelly-auth 1.5.1 → 1.5.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 +4 -4
- data/app/models/auth/concerns/user_concern.rb +1 -1
- data/config/initializers/omniauth.rb +1 -1
- data/lib/auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a1e6306f00703dc564bdd7b3d677c814d7a85c4f3fe3aa905b05d6d8cd9e591
|
|
4
|
+
data.tar.gz: c94b1bae40c2694a3b9b2b2d4acdef709a7479a37726bd7e10531819573ffc3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a20525f63400e60abbc65f48362dd54808e4d1e709f31a9a3e97b6c462d327aaec4d82d9acd5637e158c6b0e8667bccecea89918736bfd875704bdc7d0af7961
|
|
7
|
+
data.tar.gz: e2b104327ea59b20f8b0f1d85d732c50796991e1bda7a34d8e00b32e409da5a6a4cdecf3736ca8a3a81d24fea9de3272796ffbe7bf07894c982787ad78d2a10a
|
|
@@ -602,7 +602,7 @@ module Auth::Concerns::UserConcern
|
|
|
602
602
|
|
|
603
603
|
json = {}
|
|
604
604
|
json[:es] = self.client_authentication[self.m_client.current_app_id]
|
|
605
|
-
json[:authentication_token] = self.
|
|
605
|
+
json[:authentication_token] = self.authentication_token
|
|
606
606
|
|
|
607
607
|
unless options[:show_id].nil?
|
|
608
608
|
json[:id] = self.id.to_s
|
|
@@ -418,7 +418,7 @@ module SimpleTokenAuthentication
|
|
|
418
418
|
## any value it will not regenerate the authentication token.
|
|
419
419
|
## this can be useful if you are updating the user, but not his
|
|
420
420
|
##
|
|
421
|
-
|
|
421
|
+
attr_accessor :skip_authentication_token_regeneration
|
|
422
422
|
|
|
423
423
|
def regenerate_token
|
|
424
424
|
self.authentication_token = generate_authentication_token(token_generator)
|
data/lib/auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wordjelly-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bhargav
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|