omniauth-musicbrainz 0.2 → 0.4

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: 5fa9e0613488a0b3635ebba3fb43b47051228b106430fe946432a3178346e4c3
4
- data.tar.gz: 5144dd0d3bc21ecc5808c8abe4e283b0f5b8bf7e11990769b3a89ec749738665
3
+ metadata.gz: a62e61469699b4bc9991e21792c229975b051447a68a1961b12f6826b6d970d2
4
+ data.tar.gz: dce03977186ff862d500a2b87c87ea7275e493bf025a626bee6b2bc54b51dc75
5
5
  SHA512:
6
- metadata.gz: aa7e5b07944c750d0a814a0f7568caa6a4db5ad393569cff6b0b6124754d83f64a8c0dc17aa32cfdb8c750994c9a466f189bb02f8d4b37871a6855465bd48f78
7
- data.tar.gz: b1c88c3444117a2d929a33908f309727f906e947e93e0bb2d65239e8841a568b20ee40084b6da2858790a28dafaa91c38fdb163c9d42019a95378d113ce12322
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'] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-musicbrainz
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipp Wolfer
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-01-27 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: omniauth-oauth2
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
13
27
  description: OmniAuth authentication provider to allow login with a MusicBrainz account
14
28
  via OAuth 2
15
29
  email: