stytch 9.12.0 → 9.12.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: 7a7313c3d6a55f38477e50fd472aacfe0807de7125b96dcb677824274658f254
4
- data.tar.gz: 5ba3af52897fcdff9fca9cf34c2f241ed00a4a52df529c908b167b5c7cf28e43
3
+ metadata.gz: 6a066bf42352e4a6ca61c2b473aeb3cf7661c53dbdd6b80d2992a4d92d3f1e48
4
+ data.tar.gz: 275511e8fbf19f4a3033852ff2c633ef51459e664ecb67676ff8e0fececce2e3
5
5
  SHA512:
6
- metadata.gz: 8519184ebd5bb875421a65dad85a84b0e10996e12eabbb4aa2ebdc8e2a1da27e932dc76e90232b428ef8ae1ddf9b20b550fde3c131842cb4e0b993c47ba5bac4
7
- data.tar.gz: 0c33b69b60daa0997cb75ed0fca9455b733e135e732d30772f13a550ac48b5b15dd0b83a70de8685d5025ed395def6374de8412b97aa1cf981bc600acd4f6af7
6
+ metadata.gz: 9e095beca28389d41b5f12b9d7ba23ff2f9f55c1b80f1314f3df8e33d78bf16d161c6b012ad1b672f58f18bc759facf53b2960c6b3535859440950eed11eb2ca
7
+ data.tar.gz: ca2795f41f7ef73aed1d1776c79ad0739aa3a2da89a1cb3c46da21c1a08a5368b8639dc8acca7162ba045058c13ee9673552f498253f5b2c98bec118e7c40421
data/lib/stytch/m2m.rb CHANGED
@@ -83,7 +83,7 @@ module Stytch
83
83
  }
84
84
  request[:scope] = scopes.join(' ') unless scopes.nil?
85
85
 
86
- JSON.parse(post_request("/v1/public/#{@project_id}/oauth2/token", request, headers), { symbolize_names: true })
86
+ post_request("/v1/public/#{@project_id}/oauth2/token", request, headers)
87
87
  end
88
88
  # ENDMANUAL(M2M::token)
89
89
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stytch
4
- VERSION = '9.12.0'
4
+ VERSION = '9.12.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stytch
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.12.0
4
+ version: 9.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - stytch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-03 00:00:00.000000000 Z
11
+ date: 2025-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday