omniauth-jwt2 0.1.1 → 1.0.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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +20 -1
- data/LICENSE.md +1 -2
- data/README.md +5 -6
- data/lib/omniauth/jwt/version.rb +2 -2
- data/lib/omniauth/jwt2/version.rb +1 -1
- data/lib/omniauth-jwt2.rb +3 -0
- data.tar.gz.sig +0 -0
- metadata +28 -25
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62c4cd4bb213d3cdc20e7b006736e802f99e8f8964afb6606a4fae40608ea382
|
|
4
|
+
data.tar.gz: ffda47d8625aedcb54350d9f6de78d6eb9f78f443fe23e3296174deefc652cd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f2607d5d04329428f076ef13c143879a864a7237d0bb4d9b8ea2272e63b61808c875c1bb902987e8b2196b95ea84437b2635d780201835cdfef7f43e6efd87f
|
|
7
|
+
data.tar.gz: 891bf0708abb152718a36806ce4066252349a29445da7b9f40ab7abbd0e1a000374e040980c7147d9690acef328caf112c02e147c292f46e8ef73e6e982017d6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.0] - 2026-06-18
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.0][1.0.0t]
|
|
36
|
+
- COVERAGE: 98.84% -- 85/86 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 92.31% -- 24/26 branches in 6 files
|
|
38
|
+
- 10.53% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Added top-level `require "omniauth-jwt2"` support for shim gems and direct
|
|
43
|
+
gem-name requires.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Relaxed the OpenSSL-unavailable spec to support both JWT internal HMAC
|
|
48
|
+
namespaces used across supported Ruby and `jwt` dependency combinations.
|
|
49
|
+
|
|
33
50
|
## [0.1.1] - 2026-06-16
|
|
34
51
|
|
|
35
52
|
- TAG: [v0.1.1][0.1.1t]
|
|
@@ -57,6 +74,8 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
57
74
|
- Removed obsolete pre-template workflow and gemfile setup in favor of the
|
|
58
75
|
generated modular gemfiles and Appraisals.
|
|
59
76
|
|
|
60
|
-
[Unreleased]: https://github.com/omniauth/omniauth-jwt2/compare/
|
|
77
|
+
[Unreleased]: https://github.com/omniauth/omniauth-jwt2/compare/v1.0.0...HEAD
|
|
78
|
+
[1.0.0]: https://github.com/omniauth/omniauth-jwt2/compare/v0.1.1...v1.0.0
|
|
79
|
+
[1.0.0t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v1.0.0
|
|
61
80
|
[0.1.1]: https://github.com/omniauth/omniauth-jwt2/compare/2a0397c0592e25b1c518d2c41fcbb8628a255bdf...v0.1.1
|
|
62
81
|
[0.1.1t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v0.1.1
|
data/LICENSE.md
CHANGED
|
@@ -12,6 +12,5 @@ Choose the option that best fits your use case:
|
|
|
12
12
|
- Copyright (c) 2015 Robin Ward
|
|
13
13
|
- Copyright (c) 2015 Zach Schneider
|
|
14
14
|
- Copyright (c) 2020 Marcin Koziej
|
|
15
|
-
- Copyright (c) 2020 Osama Sayegh
|
|
16
15
|
- Copyright (c) 2023 Nicolás Hock Isaza
|
|
17
|
-
- Copyright (c) 2023, 2026 Peter Boling
|
|
16
|
+
- Copyright (c) 2023, 2026 Peter H. Boling
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<a href="https://github.com/omniauth"><img alt="omniauth Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/omniauth/avatar-128px.svg" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
|
-
# 🔐 Omniauth::
|
|
3
|
+
# 🔐 Omniauth::JWT2
|
|
4
4
|
|
|
5
5
|
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
@@ -320,9 +320,8 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
320
320
|
- Copyright (c) 2015 Robin Ward
|
|
321
321
|
- Copyright (c) 2015 Zach Schneider
|
|
322
322
|
- Copyright (c) 2020 Marcin Koziej
|
|
323
|
-
- Copyright (c) 2020 Osama Sayegh
|
|
324
323
|
- Copyright (c) 2023 Nicolás Hock Isaza
|
|
325
|
-
- Copyright (c) 2023, 2026 Peter Boling
|
|
324
|
+
- Copyright (c) 2023, 2026 Peter H. Boling
|
|
326
325
|
|
|
327
326
|
</details>
|
|
328
327
|
|
|
@@ -387,7 +386,7 @@ Thanks for RTFM. ☺️
|
|
|
387
386
|
|
|
388
387
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
389
388
|
[⛳️gem-namespace]: https://github.com/omniauth/omniauth-jwt2
|
|
390
|
-
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Omniauth::
|
|
389
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Omniauth::JWT2-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
391
390
|
[⛳️gem-name]: https://bestgems.org/gems/omniauth-jwt2
|
|
392
391
|
[⛳️name-img]: https://img.shields.io/badge/name-omniauth--jwt2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
393
392
|
[⛳️tag-img]: https://img.shields.io/github/tag/omniauth/omniauth-jwt2.svg
|
|
@@ -533,7 +532,7 @@ Thanks for RTFM. ☺️
|
|
|
533
532
|
[📌gitmoji]: https://gitmoji.dev
|
|
534
533
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
535
534
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
536
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
535
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.086-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
537
536
|
[🔐security]: https://github.com/omniauth/omniauth-jwt2/blob/main/SECURITY.md
|
|
538
537
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
539
538
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -561,7 +560,7 @@ Thanks for RTFM. ☺️
|
|
|
561
560
|
| Package | omniauth-jwt2 |
|
|
562
561
|
| Description | 🔐 An OmniAuth strategy to accept JWT-based single sign-on. |
|
|
563
562
|
| Homepage | https://github.com/omniauth/omniauth-jwt2 |
|
|
564
|
-
| Source | https://github.com/omniauth/omniauth-jwt2
|
|
563
|
+
| Source | https://github.com/omniauth/omniauth-jwt2 |
|
|
565
564
|
| License | `MIT` |
|
|
566
565
|
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/omniauth, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/omniauth-jwt2, https://www.buymeacoffee.com/pboling |
|
|
567
566
|
<!-- kettle-jem:metadata:end -->
|
data/lib/omniauth/jwt/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-jwt2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Bleigh
|
|
8
|
+
- Chris Waters
|
|
8
9
|
- Robin Ward
|
|
9
|
-
-
|
|
10
|
+
- Zach Schneider
|
|
11
|
+
- Marcin Koziej
|
|
12
|
+
- Nicolás Hock Isaza
|
|
13
|
+
- Peter H. Boling
|
|
10
14
|
bindir: exe
|
|
11
15
|
cert_chain:
|
|
12
16
|
- |
|
|
@@ -102,7 +106,7 @@ dependencies:
|
|
|
102
106
|
version: '2.2'
|
|
103
107
|
- - ">="
|
|
104
108
|
- !ruby/object:Gem::Version
|
|
105
|
-
version: 2.2.
|
|
109
|
+
version: 2.2.11
|
|
106
110
|
type: :development
|
|
107
111
|
prerelease: false
|
|
108
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -112,7 +116,7 @@ dependencies:
|
|
|
112
116
|
version: '2.2'
|
|
113
117
|
- - ">="
|
|
114
118
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 2.2.
|
|
119
|
+
version: 2.2.11
|
|
116
120
|
- !ruby/object:Gem::Dependency
|
|
117
121
|
name: bundler-audit
|
|
118
122
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -201,20 +205,6 @@ dependencies:
|
|
|
201
205
|
- - ">="
|
|
202
206
|
- !ruby/object:Gem::Version
|
|
203
207
|
version: 2.0.5
|
|
204
|
-
- !ruby/object:Gem::Dependency
|
|
205
|
-
name: rack-session
|
|
206
|
-
requirement: !ruby/object:Gem::Requirement
|
|
207
|
-
requirements:
|
|
208
|
-
- - ">="
|
|
209
|
-
- !ruby/object:Gem::Version
|
|
210
|
-
version: '0'
|
|
211
|
-
type: :development
|
|
212
|
-
prerelease: false
|
|
213
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
214
|
-
requirements:
|
|
215
|
-
- - ">="
|
|
216
|
-
- !ruby/object:Gem::Version
|
|
217
|
-
version: '0'
|
|
218
208
|
- !ruby/object:Gem::Dependency
|
|
219
209
|
name: turbo_tests2
|
|
220
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -224,7 +214,7 @@ dependencies:
|
|
|
224
214
|
version: '3.1'
|
|
225
215
|
- - ">="
|
|
226
216
|
- !ruby/object:Gem::Version
|
|
227
|
-
version: 3.1.
|
|
217
|
+
version: 3.1.4
|
|
228
218
|
type: :development
|
|
229
219
|
prerelease: false
|
|
230
220
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -234,7 +224,7 @@ dependencies:
|
|
|
234
224
|
version: '3.1'
|
|
235
225
|
- - ">="
|
|
236
226
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 3.1.
|
|
227
|
+
version: 3.1.4
|
|
238
228
|
- !ruby/object:Gem::Dependency
|
|
239
229
|
name: ruby-progressbar
|
|
240
230
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -317,6 +307,20 @@ dependencies:
|
|
|
317
307
|
- - ">="
|
|
318
308
|
- !ruby/object:Gem::Version
|
|
319
309
|
version: '0'
|
|
310
|
+
- !ruby/object:Gem::Dependency
|
|
311
|
+
name: rack-session
|
|
312
|
+
requirement: !ruby/object:Gem::Requirement
|
|
313
|
+
requirements:
|
|
314
|
+
- - ">="
|
|
315
|
+
- !ruby/object:Gem::Version
|
|
316
|
+
version: '0'
|
|
317
|
+
type: :development
|
|
318
|
+
prerelease: false
|
|
319
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
320
|
+
requirements:
|
|
321
|
+
- - ">="
|
|
322
|
+
- !ruby/object:Gem::Version
|
|
323
|
+
version: '0'
|
|
320
324
|
- !ruby/object:Gem::Dependency
|
|
321
325
|
name: rack-test
|
|
322
326
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -361,8 +365,6 @@ dependencies:
|
|
|
361
365
|
version: '0.1'
|
|
362
366
|
description: "\U0001F510 An OmniAuth strategy to accept JWT-based single sign-on."
|
|
363
367
|
email:
|
|
364
|
-
- mbleigh@mbleigh.com
|
|
365
|
-
- robin.ward@gmail.com
|
|
366
368
|
- floss@galtzo.com
|
|
367
369
|
executables: []
|
|
368
370
|
extensions: []
|
|
@@ -387,6 +389,7 @@ files:
|
|
|
387
389
|
- RUBOCOP.md
|
|
388
390
|
- SECURITY.md
|
|
389
391
|
- certs/pboling.pem
|
|
392
|
+
- lib/omniauth-jwt2.rb
|
|
390
393
|
- lib/omniauth/jwt.rb
|
|
391
394
|
- lib/omniauth/jwt/version.rb
|
|
392
395
|
- lib/omniauth/jwt2.rb
|
|
@@ -399,10 +402,10 @@ licenses:
|
|
|
399
402
|
- MIT
|
|
400
403
|
metadata:
|
|
401
404
|
homepage_uri: https://omniauth-jwt2.galtzo.com
|
|
402
|
-
source_code_uri: https://github.com/omniauth/omniauth-jwt2/tree/
|
|
403
|
-
changelog_uri: https://github.com/omniauth/omniauth-jwt2/blob/
|
|
405
|
+
source_code_uri: https://github.com/omniauth/omniauth-jwt2/tree/v1.0.0
|
|
406
|
+
changelog_uri: https://github.com/omniauth/omniauth-jwt2/blob/v1.0.0/CHANGELOG.md
|
|
404
407
|
bug_tracker_uri: https://github.com/omniauth/omniauth-jwt2/issues
|
|
405
|
-
documentation_uri: https://www.rubydoc.info/gems/omniauth-jwt2/0.
|
|
408
|
+
documentation_uri: https://www.rubydoc.info/gems/omniauth-jwt2/1.0.0
|
|
406
409
|
funding_uri: https://github.com/sponsors/pboling
|
|
407
410
|
wiki_uri: https://github.com/omniauth/omniauth-jwt2/wiki
|
|
408
411
|
news_uri: https://www.railsbling.com/tags/omniauth-jwt2
|
metadata.gz.sig
CHANGED
|
Binary file
|