omniauth-musicbrainz 0.3 → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth/strategies/musicbrainz.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a62e61469699b4bc9991e21792c229975b051447a68a1961b12f6826b6d970d2
|
4
|
+
data.tar.gz: dce03977186ff862d500a2b87c87ea7275e493bf025a626bee6b2bc54b51dc75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a64b7de30ecab419d759963e5e11ce11c88aaecb2085d2ac0cffae457da9861ab777b4c5fd04687b0b9511ce192cf85f03303f04438cfaf0d319e34816cbecaa
|
7
|
+
data.tar.gz: 8186372ce28b041dcf1860679034d485a5b059e77f62147f62fb56b461a459d15091872afcc1e2f48eb09b4b271663291eb04e9298e325b6f8352b2849894bd3
|
@@ -8,8 +8,10 @@
|
|
8
8
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
9
|
# copies of the Software, and to permit persons to whom the Software is
|
10
10
|
# furnished to do so, subject to the following conditions:
|
11
|
+
#
|
11
12
|
# The above copyright notice and this permission notice shall be included in
|
12
13
|
# all copies or substantial portions of the Software.
|
14
|
+
#
|
13
15
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
16
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
17
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
@@ -33,8 +35,6 @@ module OmniAuth
|
|
33
35
|
:token_url => '/oauth2/token'
|
34
36
|
}
|
35
37
|
|
36
|
-
option :provider_ignores_state, true
|
37
|
-
|
38
38
|
option :user_info_url, '/oauth2/userinfo'
|
39
39
|
|
40
40
|
uid{ raw_info['metabrainz_user_id'] }
|