stytch 3.13.1 → 3.14.0
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 +4 -4
- data/lib/stytch/users.rb +6 -0
- data/lib/stytch/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae1b0badeeeb101eacc09ac6c5b1ab41efe3d28b5b3fccbf697e38aae6b0764f
|
|
4
|
+
data.tar.gz: 665537eb21d7e4dc3871c1010f2119584211b9ba1c4e354a6c8378af70a648d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17cdeaf4331dd52062b6f2ca3c29313e6a79d7d239089d1610d0a6a94133ea4005b8e500d3317d15d7c218a84165c668a309ef8bdc4e3cd45ffeb7c2d1f68e9f
|
|
7
|
+
data.tar.gz: 32fe32f005ccdf9e7fc55e7541864215b556b61b2e3d41edd01e4a7d66b61aff3b9b1dec7b37422c4b1530f16850f5faedf19bcf9b58dcebf7101ca7b45eeedf
|
data/lib/stytch/users.rb
CHANGED
|
@@ -139,6 +139,12 @@ module Stytch
|
|
|
139
139
|
delete_request("#{PATH}/biometric_registrations/#{biometric_registration_id}")
|
|
140
140
|
end
|
|
141
141
|
|
|
142
|
+
def delete_oauth_user_registration(
|
|
143
|
+
oauth_user_registration_id:
|
|
144
|
+
)
|
|
145
|
+
delete_request("#{PATH}/oauth/#{oauth_user_registration_id}")
|
|
146
|
+
end
|
|
147
|
+
|
|
142
148
|
private
|
|
143
149
|
|
|
144
150
|
def format_emails(emails)
|
data/lib/stytch/version.rb
CHANGED
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: 3.
|
|
4
|
+
version: 3.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- stytch
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -92,7 +92,7 @@ dependencies:
|
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 3.5.3
|
|
95
|
-
description:
|
|
95
|
+
description:
|
|
96
96
|
email:
|
|
97
97
|
- support@stytch.com
|
|
98
98
|
executables: []
|
|
@@ -133,7 +133,7 @@ licenses:
|
|
|
133
133
|
metadata:
|
|
134
134
|
homepage_uri: https://stytch.com
|
|
135
135
|
source_code_uri: https://github.com/stytchauth/stytch-ruby
|
|
136
|
-
post_install_message:
|
|
136
|
+
post_install_message:
|
|
137
137
|
rdoc_options: []
|
|
138
138
|
require_paths:
|
|
139
139
|
- lib
|
|
@@ -148,8 +148,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
149
|
version: '0'
|
|
150
150
|
requirements: []
|
|
151
|
-
rubygems_version: 3.1
|
|
152
|
-
signing_key:
|
|
151
|
+
rubygems_version: 3.0.3.1
|
|
152
|
+
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: Stytch Ruby Gem
|
|
155
155
|
test_files: []
|