stytch 3.6.0 → 3.7.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/passwords.rb +0 -2
- data/lib/stytch/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c12f49bd7571d1d7069b19a86c6c8375cd7aee95e8477a86b9a8a811decfae3
|
|
4
|
+
data.tar.gz: 5daf47770391642bb0e526745314ac507300ffc900cfcb3f5954812d8c10ad4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db55a2dc0cf8119ea731c15102282054f1d6f3523ff72b169c9603c882a33e4ace9139c445e97cc499b8048e6546284ab6272fe9eb7b27b3a34bd690c90f1c71
|
|
7
|
+
data.tar.gz: d6a7fb4e31097ea41f9047e661a3ba284c1d298585f9ab692231858cebfd2b92ff7113abc20cfd6a2461fc3cd26d43d781f8951603968d190c4bad5efb01eb84
|
data/lib/stytch/passwords.rb
CHANGED
|
@@ -99,7 +99,6 @@ module Stytch
|
|
|
99
99
|
email:,
|
|
100
100
|
login_redirect_url: nil,
|
|
101
101
|
reset_password_redirect_url: nil,
|
|
102
|
-
login_expiration_minutes: nil,
|
|
103
102
|
reset_password_expiration_minutes: nil,
|
|
104
103
|
attributes: {},
|
|
105
104
|
code_challenge: nil
|
|
@@ -110,7 +109,6 @@ module Stytch
|
|
|
110
109
|
|
|
111
110
|
request[:login_redirect_url] = login_redirect_url unless login_redirect_url.nil?
|
|
112
111
|
request[:reset_password_redirect_url] = reset_password_redirect_url unless reset_password_redirect_url.nil?
|
|
113
|
-
request[:login_expiration_minutes] = login_expiration_minutes unless login_expiration_minutes.nil?
|
|
114
112
|
unless reset_password_expiration_minutes.nil?
|
|
115
113
|
request[:reset_password_expiration_minutes] =
|
|
116
114
|
reset_password_expiration_minutes
|
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.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- stytch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|