omniauth-familysearch-identity 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -22,6 +22,12 @@ Or install it yourself as:
|
|
22
22
|
use OmniAuth::Builder do
|
23
23
|
provider :familysearch_identity, ENV['FAMILYSEARCH_DEVELOPER_KEY'], ''
|
24
24
|
end
|
25
|
+
|
26
|
+
# To use the sandbox API
|
27
|
+
use Omniauth::Builder do
|
28
|
+
provider :familysearch_identity, ENV['FAMILYSEARCH_DEVELOPER_KEY'], '',
|
29
|
+
:client_options => { :site => 'https://sandbox.familysearch.org' }
|
30
|
+
end
|
25
31
|
```
|
26
32
|
|
27
33
|
## Auth Hash
|
@@ -13,7 +13,7 @@ module OmniAuth
|
|
13
13
|
:signature_method => 'PLAINTEXT',
|
14
14
|
:scheme => :query_string,
|
15
15
|
:http_method => :get,
|
16
|
-
:site => 'https://
|
16
|
+
:site => 'https://api.familysearch.org',
|
17
17
|
:request_token_path => '/identity/v2/request_token',
|
18
18
|
:access_token_path => '/identity/v2/access_token',
|
19
19
|
:authorize_path => '/identity/v2/authorize'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-familysearch-identity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Richard Hill
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-01-
|
18
|
+
date: 2013-01-02 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: multi_json
|