omniauth-galvanize 0.4.15 → 0.4.16
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fee1c93a8b0182450d5754b0b97ffe430c630ff
|
4
|
+
data.tar.gz: e1f0717707ee85c4500d6b66e4e26457c8890327
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02165ff5f8de663382cda9fe9e73a43a09caac091b593f0769a93638a0fe1b975085a6bda62dd3d453aa78de8dc66692b6e4f2cb4ec040b8cdcef30c5f9ce990
|
7
|
+
data.tar.gz: 06d83261be8fbdc8817f0246ebc72f0c63beb0370807d04e2ac647725f9b5e142c3f9c8f43f4177b43c7901f442cbdf6ba8bb231dc8e5b436fb7f0d0a31671bc
|
@@ -6,7 +6,7 @@ module OmniAuth
|
|
6
6
|
include OmniAuth::Strategy
|
7
7
|
|
8
8
|
option :name, 'galvanize_developer'
|
9
|
-
option :fields, [:first_name, :last_name, :email, :role, :cohorts, :galvanize_id, :home_location, :onboard_uuid, :photo
|
9
|
+
option :fields, [:first_name, :last_name, :email, :role, :cohorts, :galvanize_id, :home_location, :onboard_uuid, :photo]
|
10
10
|
option :role_fields, [:role]
|
11
11
|
option :cohort_fields, [:cohort]
|
12
12
|
option :uid_field, :galvanize_id
|