stytch 10.0.0 → 10.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: ce6f59d89c33b808bfe32aad54d9d6875c6f20a75ad7d3a5540c7a39d0e4c8d5
4
- data.tar.gz: 5dc596aa605508971900fb720bdbb945ca5767b2778038e78941c340ef516222
3
+ metadata.gz: b09b7fb853463ec3ac13a9267cf4011117204c415286c9bf2af86d20665cb7d1
4
+ data.tar.gz: 8b738c8ce6a9fea17fe50a4308119ee7b4288261de37c287e6b08aefc98b78f1
5
5
  SHA512:
6
- metadata.gz: b897c6d6f047534dfb93bb22feecfb6823fe3cfbf70a2e6b55d24b90e77c9f5868f45f143f1df3f1a013afd66d4e3f1e1d60212aab432b7a21838632abead94d
7
- data.tar.gz: 11b5803a85782493d2f66e10744cec74a48679931d79600a9ed1b1ae59873caebc1a0634582c7a74daaae630ef9d0adfb16e5d04b1e99bbf24ba38d39508f36f
6
+ metadata.gz: 772f25bce5f6c9cd889019890439398ebf369c1a5350a24f37e17a401ff0953bdc237487377b90ac62b2b948fd03e03a2453ed413308a2500c9d3d7199f1ffa2
7
+ data.tar.gz: 42e3fab6be033bd8042cb1f543f157a45ca685d122d77e01b2bf93622d25a1cf817bd2a17d22a768f67ebb4469659708e1e1cb10b3e60bcfcadbabd96e7a3e05
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 = '10.0.0'
4
+ VERSION = '10.0.1'
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: 10.0.0
4
+ version: 10.0.1
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-06 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