omniauth-aitu-passport 0.1.26 → 0.1.27

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: ed9f43131e0356fa3011a05bb6c8928943718ffe2716426a04051f9ea2805cd9
4
- data.tar.gz: 8dadf7133bc547aa229fe6e736825b79659f16bcbbdb892aa02ffd39b137f3d1
3
+ metadata.gz: d936a68f0486388f148e3c1469f38e0344ca984232cb67bd7de7eadd34f43dba
4
+ data.tar.gz: 1fd811ae00e4e0eeb234c8e2960f75537b2a300fdb5fda4304b81198cac47b6d
5
5
  SHA512:
6
- metadata.gz: 483dfd398af835545691c9efe60ffa11f45e6f6040fe047fd774f6a419707aeef7fb2c91a0506a70d837882fefad623e5efa262bf32239e378ab848f78bc4b65
7
- data.tar.gz: b62d08dadc3a9537e51310f725b607ddd1fd7b30a80580bed692c90b27aa8b480255f7b1096a53861bf3154785594f05c6b585c681c1a73688dac65c94b27ef8
6
+ metadata.gz: 548f2d47c40d2f152e41b89cd20f4244ce70c5f27b0af1b7034218ac5797b4611e3db925115879b341d9f086ee1c99ef4e93e3141af6f880813b63ac7fc04e1f
7
+ data.tar.gz: 98e9ef21a97881eed7202c60a3c70f195ba28ef33ecf56559d034d03dcf961ad15195995588d920061c8b20a369e221fc41a6ff3ab45b25cdb947db80be1c6d0
data/CHANGELOG.md CHANGED
@@ -1,13 +1,7 @@
1
- # v 0.1.25
1
+ # v 0.1.27
2
+ Changed:
3
+ - staging environment replaced with test environment
2
4
 
3
- Added:
4
- - id_token: support with JWT verification
5
-
6
-
7
- # v 0.1.24
8
-
9
- Added:
10
- - [wallet_read, wallet] scope options, regarding to https://docs.passport.aitu.io/#operation/oauthAuth
11
5
 
12
6
  # v 0.1.22
13
7
  Added:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-aitu-passport (0.1.25)
4
+ omniauth-aitu-passport (0.1.27)
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.26'
5
+ VERSION = '0.1.27'
6
6
  end
7
7
  end
@@ -48,7 +48,7 @@ module OmniAuth
48
48
 
49
49
  DEFAULT_SCOPE = 'openid phone'
50
50
 
51
- ALLOWED_ISS = %w[https://passport.stage.supreme-team.tech https://passport.aitu.io].freeze
51
+ ALLOWED_ISS = %w[https://passport.test.supreme-team.tech https://passport.aitu.io].freeze
52
52
 
53
53
  uid { raw_info['openid'] }
54
54
 
@@ -97,7 +97,7 @@ module OmniAuth
97
97
  # Raising up an error if redirect_uri is missing
98
98
  raise ArgumentError, 'Wrong options: redirect_uri option is missing.' unless options[:redirect_uri]
99
99
 
100
- options[:client_options][:site] = 'https://passport.stage.supreme-team.tech' if ENV['PASSPORT_STAGING']
100
+ options[:client_options][:site] = 'https://passport.test.supreme-team.tech' if ENV['PASSPORT_STAGING']
101
101
  end
102
102
  end
103
103
 
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.26
4
+ version: 0.1.27
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-04-26 00:00:00.000000000 Z
11
+ date: 2022-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2