omniauth-fishbrain 0.11.0 → 0.11.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ee5230c915680459d90c59d2fdb65d1d8900d0879e5cda34059ed7259d34244
|
4
|
+
data.tar.gz: d268e988af107e07224a227c946208a576a7a27dc3a01f62fd8ba046e70c103c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f4e8d0306c776cfbcbc2f6c279a5688b7d9a1c233b1ea007234290791214e7cc55b75a3c8077fb002dc4d3ea1afc015a146781915d6a13663c75cedbb9e84fc
|
7
|
+
data.tar.gz: dd4bc83c8dea35def62c26348c3f072572e4489fa50ccf8fbcbab30adb91859c4dc7bc28be4786b7a142415cb60ae4c826c18b49a6697648a238ed1b207a0be0
|
data/README.markdown
CHANGED
@@ -30,11 +30,11 @@ In development/test/staging environments:
|
|
30
30
|
```ruby
|
31
31
|
use OmniAuth::Builder do
|
32
32
|
provider :fishbrain, ENV['FISHBRAIN_CLIENT_ID'], ENV['FISHBRAIN_CLIENT_SECRET'],
|
33
|
-
user_pool_id: 'eu-west-
|
33
|
+
user_pool_id: 'eu-west-1_WlBhbuD6e',
|
34
34
|
client_options: {
|
35
35
|
site: 'https://accounts-staging.fishbrain.com',
|
36
36
|
}
|
37
|
-
provider :fishbrain_id, user_pool_id: 'eu-west-
|
37
|
+
provider :fishbrain_id, user_pool_id: 'eu-west-1_WlBhbuD6e'
|
38
38
|
end
|
39
39
|
```
|
40
40
|
|
@@ -16,7 +16,7 @@ module OmniAuth
|
|
16
16
|
token_url: '/oauth2/token',
|
17
17
|
auth_scheme: :basic_auth
|
18
18
|
option :scope, 'email openid profile'
|
19
|
-
option :user_pool_id, 'eu-west-
|
19
|
+
option :user_pool_id, 'eu-west-1_TKWveIcYu'
|
20
20
|
option :aws_region, 'eu-west-1'
|
21
21
|
option :jwt_leeway, 60
|
22
22
|
|
@@ -11,7 +11,7 @@ module OmniAuth
|
|
11
11
|
include OmniAuth::Fishbrain::PremiumStatus
|
12
12
|
|
13
13
|
option :name, 'fishbrain_id'
|
14
|
-
option :user_pool_id, 'eu-west-
|
14
|
+
option :user_pool_id, 'eu-west-1_TKWveIcYu'
|
15
15
|
option :client_id, nil
|
16
16
|
option :aws_region, 'eu-west-1'
|
17
17
|
option :jwt_leeway, 60
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-fishbrain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Erik Dalen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jwt
|