omniauth-orcid 1.0.7 → 1.0.8

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
  SHA1:
3
- metadata.gz: f376bf7ee0e699cd704fcd407f340ba156bce01d
4
- data.tar.gz: 5b02fed57abd72428052dff86d675623d33b074b
3
+ metadata.gz: bf6e9f5ba1c3af8800bbd1a0ad8171f49906edb0
4
+ data.tar.gz: 5e0b3e56bd3be1c037ed1e2e73bd5862d9e2c632
5
5
  SHA512:
6
- metadata.gz: e62646b99abdcba22cb74df26164c7001f9f7d31a38244991037dcd97e3413b0330c279e43013f426caef16f714ef6f649ac730d1bd4229a7abfa1dd3bd70e4b
7
- data.tar.gz: fee4504db9925636b32b32cb7b8f0ba62b79f3eda580e198c888af707cb09619a1dbe39c160d42b9ce9a1610abc580a862266660d99bdc8bfd1e9f8b8ef4202b
6
+ metadata.gz: 1327176a3bfd3a3bd2260d884ab133307a9ff4eab635a5c4b15bb0d9dfbd6b0efc4bc0a2a7a5952484e791cf90d6bffb8ce90cdc198f02168ac174a9dc101bff
7
+ data.tar.gz: 34a62f86d4bae244fa6d72de6920f06e46116b10a03c507da7c44cde0917709a942a6e3252cafe97301376caa7cf0faaaa3adebecfd48f8309bb349b0451cba0
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Orcid
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
4
4
  end
5
5
  end
@@ -11,12 +11,11 @@ module OmniAuth
11
11
 
12
12
  option :name, "orcid"
13
13
 
14
- option :authorize_options, [:redirect_uri]
14
+ option :authorize_options, [:redirect_uri, :scope]
15
15
 
16
16
  option :client_options, {
17
17
  site: 'https://pub.orcid.org',
18
- authorize_url: 'https://orcid.org/oauth/authorize',
19
- scope: '/authenticate'
18
+ authorize_url: 'https://orcid.org/oauth/authorize'
20
19
  }
21
20
 
22
21
  def authorize_params
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-orcid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gudmundur A. Thorisson