omniauth-artsy 0.4.0 → 0.5.0

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: 458657ceeb9a5b9bb402525b1d42cb4239f7ee1936a4a367b8934645e99721f0
4
- data.tar.gz: d13523acde637c9d44313c2cea3dbca24b8173008ab8b9b4f06b85a0cd0d1afc
3
+ metadata.gz: ca82c0fae98546412426c5ac17a13cb3b045d0b32aa215ce363c69cc26bd1987
4
+ data.tar.gz: 791642de60880e731ec20425552763b8e8eb7b85816d5c438f0dd6e9d92456ad
5
5
  SHA512:
6
- metadata.gz: 9b75bead7e609985856455912ac9b1d667a623515e3c0969a8a41703b33d55e32d1be3cd7116042027c052884791c029624a488fc6dc44261ca311eecc07dd01
7
- data.tar.gz: eca0ad11cb7e196d1a08946a026acaf456d1f9136aa4b117e67201e8196f89b995d048cc7428f06e6c1408f90adaca19d29e9082732280a881c0fa4869fb285b
6
+ metadata.gz: 98b476247df5fcda19e94667066d0c0bcdf0a2f2a6e1c75aa9c045c214ea43af7321913bd1001d0bb3149e8c3e19f6c64cea46b6f45ad877ea44a48c2d1480be
7
+ data.tar.gz: 92e1eb6839f105a18b70bea9c77f92026c6df9e148466a27336fd7acb7478cacf187c1b4e2670f13280d3b661f739c9a00134c4f397f072327b267081937803a
data/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
- 0.4.1 (Next)
1
+ (Next)
2
2
  ===========
3
3
 
4
4
  * Your contribution here.
5
5
 
6
+ 0.5.0
7
+ ===========
8
+
9
+ * [#17](https://github.com/artsy/omniauth-artsy/pull/17): specify auth_scheme for compatibility with oauth2 >=2 - [@joeyAghion](https://github.com/joeyAghion).
10
+
6
11
  0.4.0
7
12
  ============
8
13
 
@@ -9,7 +9,8 @@ module OmniAuth
9
9
  option :client_options,
10
10
  site: OmniAuth::Artsy.config.artsy_api_url || ENV['ARTSY_API_URL'] || ENV['gravity_url'],
11
11
  authorize_url: '/oauth2/authorize?scope=offline_access&response_type=code',
12
- token_url: '/oauth2/access_token?scope=offline_access&response_type=code&grant_type=authorization_code'
12
+ token_url: '/oauth2/access_token?scope=offline_access&response_type=code&grant_type=authorization_code',
13
+ auth_scheme: :request_body
13
14
  end
14
15
 
15
16
  configure
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Artsy
5
- VERSION = '0.4.0'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-artsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artsy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-29 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.1.4
113
+ rubygems_version: 3.4.19
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Omniauth plugin for Artsy authentication.