omniauth-aitu-passport 0.1.22 → 0.1.23

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: e92c64e77c4f3de63c2aff68dcbadfe6dda5156dc980ceffab4237a7724b59da
4
- data.tar.gz: c6ad628463a5f8b94fd9d5aed018a8a0a7e2ffdcbf1e7a65be7ed7e8ae47c684
3
+ metadata.gz: 98d393721a073d223529459f4764f1e145c83b85e7913b60b52d9f57eee582e7
4
+ data.tar.gz: 6925498fdfe8e4be681c6c25813c5e6a7a6a225100baf44eeb67bd10c3408d74
5
5
  SHA512:
6
- metadata.gz: 476c648beb600866d42140573a23df270c6487b4088b86456f963a90b1b5443e923e3a5169c81d96d2deb9589e000df85be6123ed7bfd3f96a2e0b0c1373f3ac
7
- data.tar.gz: 0e4a5f660903eab42f3392705737b1478c4e9a88572f8e3cc80e3635e9daacf48ce25b7d5d5150a1f483fd0e4eaa880e1a3e37ef79b3366b06a11e544dd14571
6
+ metadata.gz: 66df465f4ebdec49db3a701efa69161687c3667a147991307a67014d331845d6f79b6c4bae272a66e7d02f7e2409d62d7e94c1707d0889a5033005e70ddc9b08
7
+ data.tar.gz: 8b98ac5e8e213fe9c23a8d190fdf6252ff7eb11e44d290b6d35b99385c86b3377a6a28998ebfa9a21679ba44c79a05e854d5ddd3ca5fd2dfcfc3f67157fcc05b
data/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
- # v 0.1.21
1
+ # v 0.1.23
2
+
3
+ Added:
4
+ - wallet_read scope option, regarding to https://docs.passport.aitu.io/#operation/oauthAuth
5
+
6
+ # v 0.1.22
2
7
  Added:
3
8
  - session_id added to auth link according to
4
9
  https://docs.passport.aitu.io/#tag/Poluchenie-identifikatora-oauth-sessii
5
10
  - PASSPORT_STAGING env option
11
+ - token_url moved to /api/v1
6
12
 
7
13
  Removed:
8
14
  - setup binaries
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-aitu-passport (0.1.21)
4
+ omniauth-aitu-passport (0.1.23)
5
5
  oauth2 (~> 1.4.7)
6
6
  omniauth (~> 1)
7
7
  omniauth-oauth2 (~> 1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AituPassport
5
- VERSION = '0.1.22'
5
+ VERSION = '0.1.23'
6
6
  end
7
7
  end
@@ -40,6 +40,7 @@ module OmniAuth
40
40
  identification_document_ocr
41
41
  identification_document_mrz
42
42
  idpc_verification
43
+ wallet_read
43
44
  ].freeze
44
45
 
45
46
  DEFAULT_SCOPE = 'openid phone'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-aitu-passport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Shevchenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-22 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2