oauth2 2.0.9 → 2.0.11
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +329 -168
- data/CONTRIBUTING.md +126 -31
- data/{LICENSE → LICENSE.txt} +1 -1
- data/README.md +643 -266
- data/SECURITY.md +2 -2
- data/lib/oauth2/access_token.rb +210 -32
- data/lib/oauth2/authenticator.rb +9 -6
- data/lib/oauth2/client.rb +307 -96
- data/lib/oauth2/error.rb +14 -14
- data/lib/oauth2/filtered_attributes.rb +31 -0
- data/lib/oauth2/response.rb +78 -42
- data/lib/oauth2/strategy/assertion.rb +4 -4
- data/lib/oauth2/strategy/auth_code.rb +3 -3
- data/lib/oauth2/strategy/client_credentials.rb +2 -2
- data/lib/oauth2/strategy/implicit.rb +3 -3
- data/lib/oauth2/strategy/password.rb +6 -4
- data/lib/oauth2/version.rb +1 -1
- data/lib/oauth2.rb +23 -18
- data.tar.gz.sig +0 -0
- metadata +200 -68
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,16 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oauth2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
8
|
- Erik Michaels-Ober
|
9
9
|
- Michael Bleigh
|
10
|
-
autorequire:
|
11
10
|
bindir: exe
|
12
|
-
cert_chain:
|
13
|
-
|
11
|
+
cert_chain:
|
12
|
+
- |
|
13
|
+
-----BEGIN CERTIFICATE-----
|
14
|
+
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
15
|
+
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
16
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
17
|
+
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
18
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
19
|
+
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
20
|
+
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
21
|
+
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
22
|
+
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
23
|
+
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
24
|
+
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
25
|
+
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
26
|
+
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
27
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
28
|
+
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
29
|
+
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
30
|
+
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
31
|
+
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
32
|
+
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
33
|
+
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
34
|
+
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
35
|
+
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
36
|
+
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
37
|
+
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
38
|
+
L9nRqA==
|
39
|
+
-----END CERTIFICATE-----
|
40
|
+
date: 2025-05-23 00:00:00.000000000 Z
|
14
41
|
dependencies:
|
15
42
|
- !ruby/object:Gem::Dependency
|
16
43
|
name: faraday
|
@@ -21,7 +48,7 @@ dependencies:
|
|
21
48
|
version: 0.17.3
|
22
49
|
- - "<"
|
23
50
|
- !ruby/object:Gem::Version
|
24
|
-
version: '
|
51
|
+
version: '4.0'
|
25
52
|
type: :runtime
|
26
53
|
prerelease: false
|
27
54
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -31,7 +58,7 @@ dependencies:
|
|
31
58
|
version: 0.17.3
|
32
59
|
- - "<"
|
33
60
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
61
|
+
version: '4.0'
|
35
62
|
- !ruby/object:Gem::Dependency
|
36
63
|
name: jwt
|
37
64
|
requirement: !ruby/object:Gem::Requirement
|
@@ -41,7 +68,7 @@ dependencies:
|
|
41
68
|
version: '1.0'
|
42
69
|
- - "<"
|
43
70
|
- !ruby/object:Gem::Version
|
44
|
-
version: '
|
71
|
+
version: '4.0'
|
45
72
|
type: :runtime
|
46
73
|
prerelease: false
|
47
74
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -51,7 +78,21 @@ dependencies:
|
|
51
78
|
version: '1.0'
|
52
79
|
- - "<"
|
53
80
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
81
|
+
version: '4.0'
|
82
|
+
- !ruby/object:Gem::Dependency
|
83
|
+
name: logger
|
84
|
+
requirement: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - "~>"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '1.2'
|
89
|
+
type: :runtime
|
90
|
+
prerelease: false
|
91
|
+
version_requirements: !ruby/object:Gem::Requirement
|
92
|
+
requirements:
|
93
|
+
- - "~>"
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '1.2'
|
55
96
|
- !ruby/object:Gem::Dependency
|
56
97
|
name: multi_xml
|
57
98
|
requirement: !ruby/object:Gem::Requirement
|
@@ -93,6 +134,9 @@ dependencies:
|
|
93
134
|
- - "~>"
|
94
135
|
- !ruby/object:Gem::Version
|
95
136
|
version: '2.0'
|
137
|
+
- - ">="
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: 2.0.3
|
96
140
|
type: :runtime
|
97
141
|
prerelease: false
|
98
142
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -100,186 +144,243 @@ dependencies:
|
|
100
144
|
- - "~>"
|
101
145
|
- !ruby/object:Gem::Version
|
102
146
|
version: '2.0'
|
147
|
+
- - ">="
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: 2.0.3
|
103
150
|
- !ruby/object:Gem::Dependency
|
104
151
|
name: version_gem
|
105
152
|
requirement: !ruby/object:Gem::Requirement
|
106
153
|
requirements:
|
107
|
-
- - "
|
154
|
+
- - ">="
|
108
155
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
156
|
+
version: 1.1.8
|
157
|
+
- - "<"
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '3'
|
110
160
|
type: :runtime
|
111
161
|
prerelease: false
|
112
162
|
version_requirements: !ruby/object:Gem::Requirement
|
113
163
|
requirements:
|
114
|
-
- - "
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: 1.1.8
|
167
|
+
- - "<"
|
115
168
|
- !ruby/object:Gem::Version
|
116
|
-
version: '
|
169
|
+
version: '3'
|
117
170
|
- !ruby/object:Gem::Dependency
|
118
171
|
name: addressable
|
119
172
|
requirement: !ruby/object:Gem::Requirement
|
120
173
|
requirements:
|
174
|
+
- - "~>"
|
175
|
+
- !ruby/object:Gem::Version
|
176
|
+
version: '2.8'
|
121
177
|
- - ">="
|
122
178
|
- !ruby/object:Gem::Version
|
123
|
-
version:
|
179
|
+
version: 2.8.7
|
124
180
|
type: :development
|
125
181
|
prerelease: false
|
126
182
|
version_requirements: !ruby/object:Gem::Requirement
|
127
183
|
requirements:
|
184
|
+
- - "~>"
|
185
|
+
- !ruby/object:Gem::Version
|
186
|
+
version: '2.8'
|
128
187
|
- - ">="
|
129
188
|
- !ruby/object:Gem::Version
|
130
|
-
version:
|
189
|
+
version: 2.8.7
|
131
190
|
- !ruby/object:Gem::Dependency
|
132
191
|
name: backports
|
133
192
|
requirement: !ruby/object:Gem::Requirement
|
134
193
|
requirements:
|
194
|
+
- - "~>"
|
195
|
+
- !ruby/object:Gem::Version
|
196
|
+
version: '3.25'
|
135
197
|
- - ">="
|
136
198
|
- !ruby/object:Gem::Version
|
137
|
-
version:
|
199
|
+
version: 3.25.1
|
138
200
|
type: :development
|
139
201
|
prerelease: false
|
140
202
|
version_requirements: !ruby/object:Gem::Requirement
|
141
203
|
requirements:
|
204
|
+
- - "~>"
|
205
|
+
- !ruby/object:Gem::Version
|
206
|
+
version: '3.25'
|
142
207
|
- - ">="
|
143
208
|
- !ruby/object:Gem::Version
|
144
|
-
version:
|
209
|
+
version: 3.25.1
|
145
210
|
- !ruby/object:Gem::Dependency
|
146
|
-
name:
|
211
|
+
name: nkf
|
147
212
|
requirement: !ruby/object:Gem::Requirement
|
148
213
|
requirements:
|
149
|
-
- - "
|
214
|
+
- - "~>"
|
150
215
|
- !ruby/object:Gem::Version
|
151
|
-
version: '2'
|
216
|
+
version: '0.2'
|
152
217
|
type: :development
|
153
218
|
prerelease: false
|
154
219
|
version_requirements: !ruby/object:Gem::Requirement
|
155
220
|
requirements:
|
156
|
-
- - "
|
221
|
+
- - "~>"
|
157
222
|
- !ruby/object:Gem::Version
|
158
|
-
version: '2'
|
223
|
+
version: '0.2'
|
159
224
|
- !ruby/object:Gem::Dependency
|
160
225
|
name: rake
|
161
226
|
requirement: !ruby/object:Gem::Requirement
|
162
227
|
requirements:
|
163
|
-
- - "
|
228
|
+
- - "~>"
|
164
229
|
- !ruby/object:Gem::Version
|
165
|
-
version: '
|
230
|
+
version: '13.0'
|
166
231
|
type: :development
|
167
232
|
prerelease: false
|
168
233
|
version_requirements: !ruby/object:Gem::Requirement
|
169
234
|
requirements:
|
170
|
-
- - "
|
235
|
+
- - "~>"
|
171
236
|
- !ruby/object:Gem::Version
|
172
|
-
version: '
|
237
|
+
version: '13.0'
|
173
238
|
- !ruby/object:Gem::Dependency
|
174
239
|
name: rexml
|
175
240
|
requirement: !ruby/object:Gem::Requirement
|
176
241
|
requirements:
|
242
|
+
- - "~>"
|
243
|
+
- !ruby/object:Gem::Version
|
244
|
+
version: '3.2'
|
177
245
|
- - ">="
|
178
246
|
- !ruby/object:Gem::Version
|
179
|
-
version:
|
247
|
+
version: 3.2.5
|
180
248
|
type: :development
|
181
249
|
prerelease: false
|
182
250
|
version_requirements: !ruby/object:Gem::Requirement
|
183
251
|
requirements:
|
252
|
+
- - "~>"
|
253
|
+
- !ruby/object:Gem::Version
|
254
|
+
version: '3.2'
|
184
255
|
- - ">="
|
185
256
|
- !ruby/object:Gem::Version
|
186
|
-
version:
|
257
|
+
version: 3.2.5
|
187
258
|
- !ruby/object:Gem::Dependency
|
188
259
|
name: rspec
|
189
260
|
requirement: !ruby/object:Gem::Requirement
|
190
261
|
requirements:
|
191
|
-
- - "
|
262
|
+
- - "~>"
|
192
263
|
- !ruby/object:Gem::Version
|
193
|
-
version: '3'
|
264
|
+
version: '3.13'
|
194
265
|
type: :development
|
195
266
|
prerelease: false
|
196
267
|
version_requirements: !ruby/object:Gem::Requirement
|
197
268
|
requirements:
|
198
|
-
- - "
|
269
|
+
- - "~>"
|
199
270
|
- !ruby/object:Gem::Version
|
200
|
-
version: '3'
|
271
|
+
version: '3.13'
|
201
272
|
- !ruby/object:Gem::Dependency
|
202
273
|
name: rspec-block_is_expected
|
203
274
|
requirement: !ruby/object:Gem::Requirement
|
204
275
|
requirements:
|
276
|
+
- - "~>"
|
277
|
+
- !ruby/object:Gem::Version
|
278
|
+
version: '1.0'
|
205
279
|
- - ">="
|
206
280
|
- !ruby/object:Gem::Version
|
207
|
-
version:
|
281
|
+
version: 1.0.6
|
208
282
|
type: :development
|
209
283
|
prerelease: false
|
210
284
|
version_requirements: !ruby/object:Gem::Requirement
|
211
285
|
requirements:
|
286
|
+
- - "~>"
|
287
|
+
- !ruby/object:Gem::Version
|
288
|
+
version: '1.0'
|
212
289
|
- - ">="
|
213
290
|
- !ruby/object:Gem::Version
|
214
|
-
version:
|
291
|
+
version: 1.0.6
|
215
292
|
- !ruby/object:Gem::Dependency
|
216
293
|
name: rspec-pending_for
|
217
294
|
requirement: !ruby/object:Gem::Requirement
|
218
295
|
requirements:
|
296
|
+
- - "~>"
|
297
|
+
- !ruby/object:Gem::Version
|
298
|
+
version: '0.1'
|
219
299
|
- - ">="
|
220
300
|
- !ruby/object:Gem::Version
|
221
|
-
version:
|
301
|
+
version: 0.1.17
|
222
302
|
type: :development
|
223
303
|
prerelease: false
|
224
304
|
version_requirements: !ruby/object:Gem::Requirement
|
225
305
|
requirements:
|
306
|
+
- - "~>"
|
307
|
+
- !ruby/object:Gem::Version
|
308
|
+
version: '0.1'
|
226
309
|
- - ">="
|
227
310
|
- !ruby/object:Gem::Version
|
228
|
-
version:
|
311
|
+
version: 0.1.17
|
229
312
|
- !ruby/object:Gem::Dependency
|
230
313
|
name: rspec-stubbed_env
|
231
314
|
requirement: !ruby/object:Gem::Requirement
|
232
315
|
requirements:
|
316
|
+
- - "~>"
|
317
|
+
- !ruby/object:Gem::Version
|
318
|
+
version: '1.0'
|
233
319
|
- - ">="
|
234
320
|
- !ruby/object:Gem::Version
|
235
|
-
version:
|
321
|
+
version: 1.0.2
|
236
322
|
type: :development
|
237
323
|
prerelease: false
|
238
324
|
version_requirements: !ruby/object:Gem::Requirement
|
239
325
|
requirements:
|
326
|
+
- - "~>"
|
327
|
+
- !ruby/object:Gem::Version
|
328
|
+
version: '1.0'
|
240
329
|
- - ">="
|
241
330
|
- !ruby/object:Gem::Version
|
242
|
-
version:
|
331
|
+
version: 1.0.2
|
243
332
|
- !ruby/object:Gem::Dependency
|
244
|
-
name:
|
333
|
+
name: silent_stream
|
245
334
|
requirement: !ruby/object:Gem::Requirement
|
246
335
|
requirements:
|
247
336
|
- - "~>"
|
248
337
|
- !ruby/object:Gem::Version
|
249
|
-
version: '
|
338
|
+
version: '1.0'
|
339
|
+
- - ">="
|
340
|
+
- !ruby/object:Gem::Version
|
341
|
+
version: 1.0.11
|
250
342
|
type: :development
|
251
343
|
prerelease: false
|
252
344
|
version_requirements: !ruby/object:Gem::Requirement
|
253
345
|
requirements:
|
254
346
|
- - "~>"
|
255
347
|
- !ruby/object:Gem::Version
|
256
|
-
version: '
|
348
|
+
version: '1.0'
|
349
|
+
- - ">="
|
350
|
+
- !ruby/object:Gem::Version
|
351
|
+
version: 1.0.11
|
257
352
|
- !ruby/object:Gem::Dependency
|
258
|
-
name:
|
353
|
+
name: stone_checksums
|
259
354
|
requirement: !ruby/object:Gem::Requirement
|
260
355
|
requirements:
|
261
|
-
- - "
|
356
|
+
- - "~>"
|
262
357
|
- !ruby/object:Gem::Version
|
263
|
-
version: '0'
|
358
|
+
version: '1.0'
|
264
359
|
type: :development
|
265
360
|
prerelease: false
|
266
361
|
version_requirements: !ruby/object:Gem::Requirement
|
267
362
|
requirements:
|
268
|
-
- - "
|
363
|
+
- - "~>"
|
269
364
|
- !ruby/object:Gem::Version
|
270
|
-
version: '0'
|
271
|
-
description:
|
272
|
-
to the original OAuth spec.
|
365
|
+
version: '1.0'
|
366
|
+
description: Ruby wrapper for the OAuth 2.0 protocol
|
273
367
|
email:
|
274
368
|
- peter.boling@gmail.com
|
369
|
+
- oauth-ruby@googlegroups.com
|
275
370
|
executables: []
|
276
371
|
extensions: []
|
277
|
-
extra_rdoc_files:
|
372
|
+
extra_rdoc_files:
|
373
|
+
- CHANGELOG.md
|
374
|
+
- CODE_OF_CONDUCT.md
|
375
|
+
- CONTRIBUTING.md
|
376
|
+
- LICENSE.txt
|
377
|
+
- README.md
|
378
|
+
- SECURITY.md
|
278
379
|
files:
|
279
380
|
- CHANGELOG.md
|
280
381
|
- CODE_OF_CONDUCT.md
|
281
382
|
- CONTRIBUTING.md
|
282
|
-
- LICENSE
|
383
|
+
- LICENSE.txt
|
283
384
|
- README.md
|
284
385
|
- SECURITY.md
|
285
386
|
- lib/oauth2.rb
|
@@ -287,6 +388,7 @@ files:
|
|
287
388
|
- lib/oauth2/authenticator.rb
|
288
389
|
- lib/oauth2/client.rb
|
289
390
|
- lib/oauth2/error.rb
|
391
|
+
- lib/oauth2/filtered_attributes.rb
|
290
392
|
- lib/oauth2/response.rb
|
291
393
|
- lib/oauth2/strategy/assertion.rb
|
292
394
|
- lib/oauth2/strategy/auth_code.rb
|
@@ -295,36 +397,68 @@ files:
|
|
295
397
|
- lib/oauth2/strategy/implicit.rb
|
296
398
|
- lib/oauth2/strategy/password.rb
|
297
399
|
- lib/oauth2/version.rb
|
298
|
-
homepage: https://
|
400
|
+
homepage: https://github.com/oauth-xx/oauth2
|
299
401
|
licenses:
|
300
402
|
- MIT
|
301
403
|
metadata:
|
302
|
-
homepage_uri: https://
|
303
|
-
source_code_uri: https://
|
304
|
-
changelog_uri: https://gitlab.com/oauth-xx/oauth2/-/blob/v2.0.
|
404
|
+
homepage_uri: https://oauth2.galtzo.com/
|
405
|
+
source_code_uri: https://github.com/oauth-xx/oauth2/releases/tag//v2.0.11
|
406
|
+
changelog_uri: https://gitlab.com/oauth-xx/oauth2/-/blob/v2.0.11/CHANGELOG.md
|
305
407
|
bug_tracker_uri: https://gitlab.com/oauth-xx/oauth2/-/issues
|
306
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.
|
408
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.11
|
307
409
|
wiki_uri: https://gitlab.com/oauth-xx/oauth2/-/wiki
|
410
|
+
mailing_list_uri: https://groups.google.com/g/oauth-ruby
|
308
411
|
funding_uri: https://liberapay.com/pboling
|
412
|
+
news_uri: https://www.railsbling.com/tags/oauth2
|
309
413
|
rubygems_mfa_required: 'true'
|
310
|
-
post_install_message: |2
|
414
|
+
post_install_message: |2
|
311
415
|
|
312
|
-
You have installed oauth2 version 2.0.
|
416
|
+
You have installed oauth2 version 2.0.11, congratulations!
|
313
417
|
|
314
418
|
There are BREAKING changes if you are upgrading from < v2, but most will not encounter them, and updating your code should be easy!
|
419
|
+
Please see:
|
420
|
+
• https://gitlab.com/oauth-xx/oauth2/-/blob/main/SECURITY.md
|
421
|
+
• https://gitlab.com/oauth-xx/oauth2/-/blob/v2.0.11/CHANGELOG.md#200-2022-06-21-tag
|
422
|
+
• Summary of most important breaking changes: https://gitlab.com/oauth-xx/oauth2#what-is-new-for-v20
|
315
423
|
|
316
|
-
|
317
|
-
|
318
|
-
|
424
|
+
There are BUGFIXES in v2.0.11, which depending on how you relied on them instead of reporting and fixing them, may be BREAKING for you.
|
425
|
+
For more information please see:
|
426
|
+
https://railsbling.com/tags/oauth2
|
319
427
|
|
320
|
-
|
321
|
-
|
322
|
-
• https://gitlab.com/oauth-xx/oauth2/-/blob/main/CHANGELOG.md
|
428
|
+
Important News:
|
429
|
+
1. Google Group is "active" (again)!
|
323
430
|
• https://groups.google.com/g/oauth-ruby/c/QA_dtrXWXaE
|
431
|
+
2. Non-commercial support for the 2.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
|
432
|
+
Support will be dropped for Ruby 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1 and any other Ruby versions which will also have reached EOL by then.
|
433
|
+
3. Gem releases are now cryptographically signed with a 20-year cert, with checksums by stone_checksums.
|
434
|
+
4. I need your support.
|
435
|
+
|
436
|
+
If you are sentient, please consider a donation as I move toward supporting myself with Open Source work:
|
437
|
+
• https://liberapay.com/pboling
|
438
|
+
• https://ko-fi.com/pboling
|
439
|
+
• https://www.buymeacoffee.com/pboling
|
440
|
+
• https://github.com/sponsors/pboling
|
324
441
|
|
325
|
-
|
442
|
+
If you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.
|
443
|
+
• https://tidelift.com/funding/github/rubygems/oauth
|
444
|
+
• Or hire me. I am looking for a job!
|
326
445
|
|
327
|
-
|
446
|
+
Please report issues, and star the project!
|
447
|
+
|
448
|
+
Thanks, |7eter l-|. l3oling
|
449
|
+
rdoc_options:
|
450
|
+
- "--title"
|
451
|
+
- oauth2 - OAuth 2.0 Core Ruby implementation
|
452
|
+
- "--main"
|
453
|
+
- CHANGELOG.md
|
454
|
+
- CODE_OF_CONDUCT.md
|
455
|
+
- CONTRIBUTING.md
|
456
|
+
- LICENSE.txt
|
457
|
+
- README.md
|
458
|
+
- SECURITY.md
|
459
|
+
- "--line-numbers"
|
460
|
+
- "--inline-source"
|
461
|
+
- "--quiet"
|
328
462
|
require_paths:
|
329
463
|
- lib
|
330
464
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -338,9 +472,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
338
472
|
- !ruby/object:Gem::Version
|
339
473
|
version: '0'
|
340
474
|
requirements: []
|
341
|
-
rubygems_version: 3.
|
342
|
-
signing_key:
|
475
|
+
rubygems_version: 3.6.9
|
343
476
|
specification_version: 4
|
344
|
-
summary:
|
477
|
+
summary: OAuth 2.0 Core Ruby implementation
|
345
478
|
test_files: []
|
346
|
-
...
|
metadata.gz.sig
ADDED
Binary file
|