omniauth-orcid 1.0.8 → 1.0.9

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: bf6e9f5ba1c3af8800bbd1a0ad8171f49906edb0
4
- data.tar.gz: 5e0b3e56bd3be1c037ed1e2e73bd5862d9e2c632
3
+ metadata.gz: 9bfd6b414faa38f89e3a94c485a85aa2e5900c41
4
+ data.tar.gz: da69f0939174589d56bf27b1c802dbb15781c271
5
5
  SHA512:
6
- metadata.gz: 1327176a3bfd3a3bd2260d884ab133307a9ff4eab635a5c4b15bb0d9dfbd6b0efc4bc0a2a7a5952484e791cf90d6bffb8ce90cdc198f02168ac174a9dc101bff
7
- data.tar.gz: 34a62f86d4bae244fa6d72de6920f06e46116b10a03c507da7c44cde0917709a942a6e3252cafe97301376caa7cf0faaaa3adebecfd48f8309bb349b0451cba0
6
+ metadata.gz: 98428a673b258650b838fe782835c268265fdbc406f613a469c8b2cacf5e02f6018fe156a5870b7a9e86e16d517c5a09775dc4b62df27e8c19d57ffd3effc81a
7
+ data.tar.gz: d2e5f3a1448bfa17928d383d62a6cab822cd2707731538e975ff62050f6d15df9138d7c8ca113bb5b21cefab1ee60917f834e99431f7fdfaf3572f1c61b67e45
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Orcid
3
- VERSION = "1.0.8"
3
+ VERSION = "1.0.9"
4
4
  end
5
5
  end
@@ -11,11 +11,12 @@ module OmniAuth
11
11
 
12
12
  option :name, "orcid"
13
13
 
14
- option :authorize_options, [:redirect_uri, :scope]
14
+ option :authorize_options, [:redirect_uri]
15
15
 
16
16
  option :client_options, {
17
17
  site: 'https://pub.orcid.org',
18
- authorize_url: 'https://orcid.org/oauth/authorize'
18
+ authorize_url: 'https://orcid.org/oauth/authorize',
19
+ scope: '/authenticate'
19
20
  }
20
21
 
21
22
  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.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gudmundur A. Thorisson