auther 10.2.1 → 10.2.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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +2 -3
- data/app/controllers/auther/base_controller.rb +2 -2
- data/lib/auther/identity.rb +1 -1
- metadata +7 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32547d6c3a2597c9d6e1a1d0dc0718c048b93789cbbf959ef64981b7987019db
|
|
4
|
+
data.tar.gz: af955de27027b76bb27936574e2accdd247fbedc7c3b533b034326b3642210e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35434a38a9f57cd5f3ac2e7b985c7bc845403fc50c7a9f8cdefbc49d13dd448dcc4ed7796533be8dc3c89d29157a404761c566948c8dadf6718fa264b267d7b1
|
|
7
|
+
data.tar.gz: 49d587c3660bf922b60495fdc85d4ccf9a29f029e2c83e987e433f7351b2284d152caeefd572704c3cd177d6918db90fdaaccd7897a24a22fc147369f45a341f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
xL#���ww��~c�l��F��
|
|
1
|
+
kYC
|
|
2
|
+
4�Y`��߱l0?�T'� �d��������+5��*Q�0Ȃ?�"B���_|Fk��J���Y-E�N8C0�%�0�q�!��'�v�C.:1�$�dtͼ�����k�M~k�]JJ ����
|
|
@@ -16,7 +16,7 @@ module Auther
|
|
|
16
16
|
# rubocop:disable Metrics/AbcSize
|
|
17
17
|
def create
|
|
18
18
|
@account = Auther::Presenter::Account.new account_params.to_h.symbolize_keys
|
|
19
|
-
account = Auther::Account
|
|
19
|
+
account = Auther::Account[settings.find_account(@account.name)]
|
|
20
20
|
authenticator = Auther::Authenticator.new settings.secret, account, @account
|
|
21
21
|
|
|
22
22
|
if authenticator.authenticated?
|
|
@@ -30,7 +30,7 @@ module Auther
|
|
|
30
30
|
# rubocop:enable Metrics/AbcSize
|
|
31
31
|
|
|
32
32
|
def destroy
|
|
33
|
-
account = Auther::Account
|
|
33
|
+
account = Auther::Account[settings.find_account(params[:name])]
|
|
34
34
|
remove_credentials account
|
|
35
35
|
redirect_to deauthorized_url(account)
|
|
36
36
|
end
|
data/lib/auther/identity.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auther
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.2.
|
|
4
|
+
version: 10.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
dKvURM+1PwDCzC5tvRwjhUJIizau6+MtkFCvJHmaAj1aZL3odcPejHj5Hxt/0CUW
|
|
29
29
|
y84=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2019-
|
|
31
|
+
date: 2019-09-01 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: rails
|
|
@@ -274,28 +274,28 @@ dependencies:
|
|
|
274
274
|
requirements:
|
|
275
275
|
- - "~>"
|
|
276
276
|
- !ruby/object:Gem::Version
|
|
277
|
-
version: '0.
|
|
277
|
+
version: '0.73'
|
|
278
278
|
type: :development
|
|
279
279
|
prerelease: false
|
|
280
280
|
version_requirements: !ruby/object:Gem::Requirement
|
|
281
281
|
requirements:
|
|
282
282
|
- - "~>"
|
|
283
283
|
- !ruby/object:Gem::Version
|
|
284
|
-
version: '0.
|
|
284
|
+
version: '0.73'
|
|
285
285
|
- !ruby/object:Gem::Dependency
|
|
286
286
|
name: rubocop-performance
|
|
287
287
|
requirement: !ruby/object:Gem::Requirement
|
|
288
288
|
requirements:
|
|
289
289
|
- - "~>"
|
|
290
290
|
- !ruby/object:Gem::Version
|
|
291
|
-
version: '1.
|
|
291
|
+
version: '1.4'
|
|
292
292
|
type: :development
|
|
293
293
|
prerelease: false
|
|
294
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
295
295
|
requirements:
|
|
296
296
|
- - "~>"
|
|
297
297
|
- !ruby/object:Gem::Version
|
|
298
|
-
version: '1.
|
|
298
|
+
version: '1.4'
|
|
299
299
|
- !ruby/object:Gem::Dependency
|
|
300
300
|
name: rubocop-rspec
|
|
301
301
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -392,7 +392,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
392
392
|
- !ruby/object:Gem::Version
|
|
393
393
|
version: '0'
|
|
394
394
|
requirements: []
|
|
395
|
-
rubygems_version: 3.0.
|
|
395
|
+
rubygems_version: 3.0.6
|
|
396
396
|
signing_key:
|
|
397
397
|
specification_version: 4
|
|
398
398
|
summary: Enhances Rails with multi-account, form-based, database-less, application-wide
|
metadata.gz.sig
CHANGED
|
Binary file
|