omniauth-figma-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: 35812759a8cce30338e2eb7a86c3d5c10f572424188b366b48697466de0f8c7f
4
- data.tar.gz: 382df3bca3150a689ef5bdb5aedaac753afab1ec01eb520255f9994aa76cd10c
3
+ metadata.gz: 419b324efa0b450d75ecb6d80132ebb69da94603be509985821bef098e49a8f3
4
+ data.tar.gz: 0ed78e72c4489f25d08cd004ab80adc6866d45cb7f4175c990d307746c8dd28f
5
5
  SHA512:
6
- metadata.gz: 8f159e5cd8ab7c5d669f66245ab854f8cf2a2d71cf7b02d6cf08b01c451e2f9e5a4682bb68539146dac146f62f3a6f78510957aa2c79035b15db5ef14d2078f3
7
- data.tar.gz: 35563d93fa2b103b8841a599def47094ceba0cb2f589240b3b6eb1c68eb47228d40531cb92cd583b023874b6c46a0476f59f63000a5cff9f82a7054fca2ca2d7
6
+ metadata.gz: 2b90de45eebe675cf86e0b90c0bcaa494b9688cf2f8490fe4ca638b3265bea243baadbf56665a106d81b39d8d3288f7dabcd23c90e76e8f2650cbb07e365769e
7
+ data.tar.gz: 59062fbaa6bc01fd6b15b6fb12cda17b52af32e146bf5c2228c12690fcf55fa6a1462b6e1e84b579aecae104072af656efb82359971ea83ac22d03b7852de2f5
@@ -10,7 +10,7 @@ module OmniAuth
10
10
  option :client_options, {
11
11
  site: 'https://www.figma.com',
12
12
  authorize_url: '/oauth',
13
- token_url: '/api/oauth/token'
13
+ token_url: '/v1/oauth/token'
14
14
  }
15
15
 
16
16
  option :token_options, [:client_id, :client_secret]
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Figma
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-figma-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
  - Philipp Riedel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -157,6 +157,7 @@ files:
157
157
  - lib/omniauth-figma-oauth2.rb
158
158
  - lib/omniauth-figma/version.rb
159
159
  - lib/omniauth/strategies/figma.rb
160
+ - omniauth-figma-oauth2-1.0.0.gem
160
161
  - omniauth-figma-oauth2.gemspec
161
162
  homepage: https://github.com/phiele/omniauth-figma-oauth2
162
163
  licenses: