omniauth-tiktok_business-oauth2 1.0.0 → 1.0.1

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: 2f2f9c124c2231c56b4463696cf44b0d284f65049c5e95bb0752929f3072a9e5
4
- data.tar.gz: 58bdf534f93a729b097e659420cf83348a6b4e67706fd81d570578e87ae895bc
3
+ metadata.gz: fbb74b823ef897120afbe67c997254aad456694bb8a3ad40b037853692644f1f
4
+ data.tar.gz: ff31593bae85508effe6d0d622960c2ecb5e0f101f6c4af122fe2b59c6b44dbc
5
5
  SHA512:
6
- metadata.gz: 7d40c9e41e07b376fa5b76dd38234e3e75737b27d7dc686c4ce2160d53ec1aa327e0c489c4df1fcc0f7f059144c5c262881807a22f563988eb04e0919c455833
7
- data.tar.gz: 6887e416a7818cb62fe4c7c548ef21de20057baf217894018b1dfdc9110bd44494204f63521ff841be74566a126677c7f90ca64c45611a2a00629417105f2145
6
+ metadata.gz: 5e2e9d982a625e2087e461b9289e6c908da693d216f0f5eb6104fa5ea53cbb5e9f63c6b125635eb66f5f89be10253babe52f7babe68cfb57073b8aa056ad0e16
7
+ data.tar.gz: cb33e59bb5bdda7cdbea3353fee680832923386c0491899d615f387a94e5b27cb4a3244b63c2a9b49a5e10485e5dda8c05a57ede9a7c3dae370f9ee02d221f7b
@@ -15,7 +15,6 @@ module OmniAuth
15
15
  def authorize_params
16
16
  super.tap do |params|
17
17
  params[:client_key] = options.client_id
18
- params[:scope] = 'user.info.basic,user.info.username,user.info.stats,user.account.type,user.insights,video.list,video.insights,comment.list,comment.list.manage'
19
18
  end
20
19
  end
21
20
 
@@ -1,3 +1,3 @@
1
1
  module OmniAuthTiktokBusinessOauth2
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tiktok_business-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Aberbuj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2025-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2