m2m_keygen 0.4.5 → 0.4.6
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/CHANGELOG.md +8 -1
- data/Gemfile.lock +1 -1
- data/docs/M2mKeygen/Error.html +1 -1
- data/docs/M2mKeygen/ParamsEncoder.html +1 -1
- data/docs/M2mKeygen/RackValidator.html +4 -4
- data/docs/M2mKeygen/Signature.html +1 -1
- data/docs/M2mKeygen/Types.html +1 -1
- data/docs/M2mKeygen.html +2 -2
- data/docs/_index.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/top-level-namespace.html +1 -1
- data/lib/m2m_keygen/rack_validator.rb +3 -3
- data/lib/m2m_keygen/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d280c99b11ebb2f732abcafdaba6cab259a2be302a8a607fbbda10f5fe7abb0
|
|
4
|
+
data.tar.gz: 07f870bb4b47ad5fde79568fed001f45772a2f12a2b3602960490f338be82b3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dca5069e662ce7699987c338c5acf7c01ca0d2598732a2bb3615f14240e374d78bc8308bc65c1ac9f3d35fcbb31302b4cd9a38243eb53dbaaa0a30a1d6c3435d
|
|
7
|
+
data.tar.gz: d6b584feb7c20a823b77f30d1e8c6b941b1a8d8f56ad057a42b99756b2872e540dabdf2abe90cb15036d14f9d1af91a0cc3ee0e5e9bce7b8b7555b849594ec3e
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.6] - 2022-11-14
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Expiry can be part of JSON body
|
|
15
|
+
|
|
10
16
|
## [0.4.5] - 2022-11-14
|
|
11
17
|
|
|
12
18
|
### Fixed
|
|
@@ -67,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
67
73
|
|
|
68
74
|
- Basic skeleton for gem
|
|
69
75
|
|
|
70
|
-
[unreleased]: https://github.com/Billcorporate/m2m_keygen_ruby/compare/v0.4.
|
|
76
|
+
[unreleased]: https://github.com/Billcorporate/m2m_keygen_ruby/compare/v0.4.6...HEAD
|
|
77
|
+
[0.4.6]: https://github.com/Billcorporate/m2m_keygen_ruby/releases/tag/v0.4.6
|
|
71
78
|
[0.4.5]: https://github.com/Billcorporate/m2m_keygen_ruby/releases/tag/v0.4.5
|
|
72
79
|
[0.4.4]: https://github.com/Billcorporate/m2m_keygen_ruby/releases/tag/v0.4.4
|
|
73
80
|
[0.4.3]: https://github.com/Billcorporate/m2m_keygen_ruby/releases/tag/v0.4.3
|
data/Gemfile.lock
CHANGED
data/docs/M2mKeygen/Error.html
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
</div>
|
|
126
126
|
|
|
127
127
|
<div id="footer">
|
|
128
|
-
Generated on Mon Nov 14 18:
|
|
128
|
+
Generated on Mon Nov 14 18:31:35 2022 by
|
|
129
129
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
130
130
|
0.9.28 (ruby-3.1.2).
|
|
131
131
|
</div>
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
</div>
|
|
312
312
|
|
|
313
313
|
<div id="footer">
|
|
314
|
-
Generated on Mon Nov 14 18:
|
|
314
|
+
Generated on Mon Nov 14 18:31:35 2022 by
|
|
315
315
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
316
316
|
0.9.28 (ruby-3.1.2).
|
|
317
317
|
</div>
|
|
@@ -505,13 +505,13 @@
|
|
|
505
505
|
<span class='comment'># This will cover the case when Rails is used.
|
|
506
506
|
</span> <span class='id identifier rubyid_req'>req</span> <span class='op'>=</span> <span class='const'>Rack</span><span class='op'>::</span><span class='const'>Request</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_req'>req</span><span class='period'>.</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
|
|
507
507
|
<span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_req'>req</span><span class='period'>.</span><span class='id identifier rubyid_params'>params</span> <span class='op'>||</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='id identifier rubyid_parse_json_body'>parse_json_body</span><span class='lparen'>(</span><span class='id identifier rubyid_req'>req</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
|
508
|
-
<span class='ivar'>@signature</span><span class='period'>.</span><span class='id identifier rubyid_validate'>validate</span><span class='lparen'>(</span>
|
|
508
|
+
<span class='op'>!</span><span class='op'>!</span><span class='ivar'>@signature</span><span class='period'>.</span><span class='id identifier rubyid_validate'>validate</span><span class='lparen'>(</span>
|
|
509
509
|
<span class='label'>params:</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span>
|
|
510
510
|
<span class='label'>verb:</span> <span class='id identifier rubyid_req'>req</span><span class='period'>.</span><span class='id identifier rubyid_request_method'>request_method</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>get</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
|
511
511
|
<span class='label'>path:</span> <span class='id identifier rubyid_req'>req</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
|
512
512
|
<span class='label'>signature:</span> <span class='id identifier rubyid_req'>req</span><span class='period'>.</span><span class='id identifier rubyid_env'>env</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>HTTP_X_SIGNATURE</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
|
|
513
|
-
<span class='rparen'>)</span> <span class='op'>&&</span> <span class='id identifier
|
|
514
|
-
<span class='id identifier
|
|
513
|
+
<span class='rparen'>)</span> <span class='op'>&&</span> <span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>expiry</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>&&</span> <span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>expiry</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span> <span class='op'>></span> <span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_now'>now</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span> <span class='op'>&&</span>
|
|
514
|
+
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>expiry</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span> <span class='op'><</span> <span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_now'>now</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span> <span class='op'>+</span> <span class='int'>120</span>
|
|
515
515
|
<span class='kw'>end</span></pre>
|
|
516
516
|
</td>
|
|
517
517
|
</tr>
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
</div>
|
|
524
524
|
|
|
525
525
|
<div id="footer">
|
|
526
|
-
Generated on Mon Nov 14 18:
|
|
526
|
+
Generated on Mon Nov 14 18:31:35 2022 by
|
|
527
527
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
528
528
|
0.9.28 (ruby-3.1.2).
|
|
529
529
|
</div>
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
</div>
|
|
671
671
|
|
|
672
672
|
<div id="footer">
|
|
673
|
-
Generated on Mon Nov 14 18:
|
|
673
|
+
Generated on Mon Nov 14 18:31:35 2022 by
|
|
674
674
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
675
675
|
0.9.28 (ruby-3.1.2).
|
|
676
676
|
</div>
|
data/docs/M2mKeygen/Types.html
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
</div>
|
|
138
138
|
|
|
139
139
|
<div id="footer">
|
|
140
|
-
Generated on Mon Nov 14 18:
|
|
140
|
+
Generated on Mon Nov 14 18:31:35 2022 by
|
|
141
141
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
142
142
|
0.9.28 (ruby-3.1.2).
|
|
143
143
|
</div>
|
data/docs/M2mKeygen.html
CHANGED
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
|
|
132
132
|
</div>
|
|
133
133
|
</dt>
|
|
134
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.4.
|
|
134
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.4.6</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
135
135
|
|
|
136
136
|
</dl>
|
|
137
137
|
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
</div>
|
|
148
148
|
|
|
149
149
|
<div id="footer">
|
|
150
|
-
Generated on Mon Nov 14 18:
|
|
150
|
+
Generated on Mon Nov 14 18:31:35 2022 by
|
|
151
151
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
152
152
|
0.9.28 (ruby-3.1.2).
|
|
153
153
|
</div>
|
data/docs/_index.html
CHANGED
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
</div>
|
|
173
173
|
|
|
174
174
|
<div id="footer">
|
|
175
|
-
Generated on Mon Nov 14 18:
|
|
175
|
+
Generated on Mon Nov 14 18:31:34 2022 by
|
|
176
176
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
177
177
|
0.9.28 (ruby-3.1.2).
|
|
178
178
|
</div>
|
data/docs/file.README.html
CHANGED
|
@@ -220,7 +220,7 @@ The receiver will generate the same signature from the HTTP request it has recei
|
|
|
220
220
|
</div></div>
|
|
221
221
|
|
|
222
222
|
<div id="footer">
|
|
223
|
-
Generated on Mon Nov 14 18:
|
|
223
|
+
Generated on Mon Nov 14 18:31:34 2022 by
|
|
224
224
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
225
225
|
0.9.28 (ruby-3.1.2).
|
|
226
226
|
</div>
|
data/docs/index.html
CHANGED
|
@@ -220,7 +220,7 @@ The receiver will generate the same signature from the HTTP request it has recei
|
|
|
220
220
|
</div></div>
|
|
221
221
|
|
|
222
222
|
<div id="footer">
|
|
223
|
-
Generated on Mon Nov 14 18:
|
|
223
|
+
Generated on Mon Nov 14 18:31:34 2022 by
|
|
224
224
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
225
225
|
0.9.28 (ruby-3.1.2).
|
|
226
226
|
</div>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
102
|
<div id="footer">
|
|
103
|
-
Generated on Mon Nov 14 18:
|
|
103
|
+
Generated on Mon Nov 14 18:31:34 2022 by
|
|
104
104
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
105
105
|
0.9.28 (ruby-3.1.2).
|
|
106
106
|
</div>
|
|
@@ -23,13 +23,13 @@ module M2mKeygen
|
|
|
23
23
|
# This will cover the case when Rails is used.
|
|
24
24
|
req = Rack::Request.new(req.env)
|
|
25
25
|
params = (req.params || {}).merge(parse_json_body(req))
|
|
26
|
-
|
|
26
|
+
!!@signature.validate(
|
|
27
27
|
params: params,
|
|
28
28
|
verb: req.request_method || 'get',
|
|
29
29
|
path: req.path || '/',
|
|
30
30
|
signature: req.env['HTTP_X_SIGNATURE'] || '',
|
|
31
|
-
) &&
|
|
32
|
-
|
|
31
|
+
) && params['expiry'] && params['expiry'].to_i > Time.now.to_i &&
|
|
32
|
+
params['expiry'].to_i < Time.now.to_i + 120
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
private
|
data/lib/m2m_keygen/version.rb
CHANGED