omniauth-parallelmarkets 0.4.1 → 0.4.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
  SHA256:
3
- metadata.gz: 3d1a9cc04610afce884e57adc8800b29b434dfcdb07e6cb18271906e0681d34f
4
- data.tar.gz: 7aef3c3db5c6fb704abc875b28403cd8ca645fe7778656dd91805cde9b54cb21
3
+ metadata.gz: bf94329fc1db02d346d0d7befbb29fac39e51d30ec66e9a4a8b538951d3c7ec7
4
+ data.tar.gz: f71b522a1fcf3aee5585575e8446ad97b1d91c0b8bf4dc3f0967fd27a8023bc0
5
5
  SHA512:
6
- metadata.gz: c1ccb2af52e3e33924183dab77dac16c345fa645564c54dd4bf67837b43a0f7d9e4bbc6d42b39bff127b44347842c341296c76369044c2a00b1a2bb705a0b00a
7
- data.tar.gz: 46ed239d34cc0feb7e8b8ea2cde691570c5b1d77a5950ec0fdea32d46a7fbc9669ea1fea33bcb70941c0b0301df98cb0695c1d62878099530c370d93db6de445
6
+ metadata.gz: 3e2f2d1096227455fb66d03fa9d6896328113f0ba72b81c269bf771a4d4ad51066ab56cee1395584caa256046bce3b8cb5acd5116f94428f26d15c23dbb53d7b
7
+ data.tar.gz: 3297663cf3ca60172a2aa44889a546116c6ac5a89cf6132366d1dab693b65cb698abdefcb868831e08eed8c8f90b8e659eca164c002f47fe7a3c55eebb7b25c8
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module ParallelMarkets
5
- VERSION = '0.4.1'
5
+ VERSION = '0.4.2'
6
6
  end
7
7
  end
@@ -9,7 +9,7 @@ module OmniAuth
9
9
  site: 'https://api.parallelmarkets.com',
10
10
  authorize_url: '/v1/oauth/authorize',
11
11
  token_url: '/v1/oauth/token'
12
- option :authorize_options, %i[scope force_accreditation_check force_identity_check]
12
+ option :authorize_options, %i[scope force_accreditation_check force_identity_check identity_claim_override_id]
13
13
 
14
14
  uid { raw_info['id'] }
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-parallelmarkets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Muller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-04 00:00:00.000000000 Z
11
+ date: 2021-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2