sb-omniauth-kakao 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8e9054233ada5487a63575ebc5d56602ac1e3c1aa607d7467440fb99468097d
4
- data.tar.gz: bc009ee3f3dc2c1090a415523a289552f9b32a46fa939984b3349a8fc49d06d6
3
+ metadata.gz: ddf9c1afd6a37866a04b47ffa203f4e835fd57407f96d96f3d139152f8e1bc5b
4
+ data.tar.gz: 37a2e08b4b92bc0200fe307954814ad922ff08dedb1c02f941935cf3047fc5f6
5
5
  SHA512:
6
- metadata.gz: f1e29f3b12e4ac68bac7d3428f41d8c5487cca8376ab4b04a13cc0c719b6015032390463cfad1752055a1482123347133b76eb0740f6970e3256dbbf6cf8bcb4
7
- data.tar.gz: 6caab170e2fcc2c0f2521551d3ff7ed18a2f11470e438a5697d56d6b5b2117eda79715ed9d7c450c3aa592ca5663624cc4bcb13d332b033e47c3639f7f99206d
6
+ metadata.gz: cae30ad6c01c20a33073c32d2d493feb41401c83bd618248b48c8a170fdaafd54ebf5e512b58e22c0348243bb44d94b74afece1653598bb54189ebc8b8da09b8
7
+ data.tar.gz: fc759cfbf44cc6587a3312f5b4bcf68a8dcc56f1772d604a1bbddd7031731cd86f9f8b993f24590b6cabc596e0f48d09c14a81b92f8a981e0518c27a854c7de2
@@ -5,7 +5,7 @@ require "omniauth-oauth2"
5
5
  module OmniAuth
6
6
  module Strategies
7
7
  class Kakao < OmniAuth::Strategies::OAuth2
8
- DEFAULT_SCOPE = "account_email,profile".freeze
8
+ DEFAULT_SCOPE = "profile_nickname,profile_image".freeze
9
9
 
10
10
  BASE_URL = "https://kauth.kakao.com".freeze
11
11
  AUTHORIZE_URL = "/oauth/authorize".freeze
@@ -49,7 +49,7 @@ module OmniAuth
49
49
  end
50
50
 
51
51
  def callback_url
52
- options.redirect_url || (full_host + callback_path)
52
+ options.redirect_url || (full_host + callback_path)
53
53
  end
54
54
 
55
55
  # def authorize_params
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Kakao
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sb-omniauth-kakao
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - archmagece
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-22 00:00:00.000000000 Z
11
+ date: 2025-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth