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 +4 -4
- data/lib/omniauth/orcid/version.rb +1 -1
- data/lib/omniauth/strategies/orcid.rb +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bfd6b414faa38f89e3a94c485a85aa2e5900c41
|
4
|
+
data.tar.gz: da69f0939174589d56bf27b1c802dbb15781c271
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98428a673b258650b838fe782835c268265fdbc406f613a469c8b2cacf5e02f6018fe156a5870b7a9e86e16d517c5a09775dc4b62df27e8c19d57ffd3effc81a
|
7
|
+
data.tar.gz: d2e5f3a1448bfa17928d383d62a6cab822cd2707731538e975ff62050f6d15df9138d7c8ca113bb5b21cefab1ee60917f834e99431f7fdfaf3572f1c61b67e45
|
@@ -11,11 +11,12 @@ module OmniAuth
|
|
11
11
|
|
12
12
|
option :name, "orcid"
|
13
13
|
|
14
|
-
option :authorize_options, [:redirect_uri
|
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
|