omniauth-jwt2 0.1.1 → 1.0.1
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 +42 -1
- data/CONTRIBUTING.md +4 -1
- data/FUNDING.md +1 -5
- data/LICENSE.md +1 -2
- data/MIT.md +21 -0
- data/README.md +39 -24
- data/SECURITY.md +1 -1
- 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 +41 -37
- 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: cf2efd043c9bffdb9fa9b3a3d403fdf6a23b77c9c2713ea113b8b38c34765707
|
|
4
|
+
data.tar.gz: fb5c5d03fab312a0b2ea867dd500a3d3efcdb749aa51149210f10af9dce78716
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ac8b1168979a948b12891deaffcdf114e4ca41fbb0ce7911c4f619dabc3e5c7bc4a498af853e3141de975cc6ba7077ad85fee3418efa247c2560d623c3a5ed9
|
|
7
|
+
data.tar.gz: 19d1a9767df5fdd695bcf394c737b1e898ffb38669ef3559ca9c895a989124f1a4655e9935e1fad65d89f832f6d6e00bb1dd2c9b4979947f7d93f60e5dcf1c01
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,43 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.1] - 2026-07-14
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.1][1.0.1t]
|
|
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 support for JRuby 10.1 and TruffleRuby 34.0.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Retemplated generated project metadata, support documentation, CI workflows,
|
|
47
|
+
binstubs, and development dependency floors with `kettle-jem` v7.0.0.
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- Package configured license files in gem release file lists.
|
|
52
|
+
|
|
53
|
+
## [1.0.0] - 2026-06-18
|
|
54
|
+
|
|
55
|
+
- TAG: [v1.0.0][1.0.0t]
|
|
56
|
+
- COVERAGE: 98.84% -- 85/86 lines in 6 files
|
|
57
|
+
- BRANCH COVERAGE: 92.31% -- 24/26 branches in 6 files
|
|
58
|
+
- 10.53% documented
|
|
59
|
+
|
|
60
|
+
### Added
|
|
61
|
+
|
|
62
|
+
- Added top-level `require "omniauth-jwt2"` support for shim gems and direct
|
|
63
|
+
gem-name requires.
|
|
64
|
+
|
|
65
|
+
### Fixed
|
|
66
|
+
|
|
67
|
+
- Relaxed the OpenSSL-unavailable spec to support both JWT internal HMAC
|
|
68
|
+
namespaces used across supported Ruby and `jwt` dependency combinations.
|
|
69
|
+
|
|
33
70
|
## [0.1.1] - 2026-06-16
|
|
34
71
|
|
|
35
72
|
- TAG: [v0.1.1][0.1.1t]
|
|
@@ -57,6 +94,10 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
57
94
|
- Removed obsolete pre-template workflow and gemfile setup in favor of the
|
|
58
95
|
generated modular gemfiles and Appraisals.
|
|
59
96
|
|
|
60
|
-
[Unreleased]: https://github.com/omniauth/omniauth-jwt2/compare/
|
|
97
|
+
[Unreleased]: https://github.com/omniauth/omniauth-jwt2/compare/v1.0.1...HEAD
|
|
98
|
+
[1.0.1]: https://github.com/omniauth/omniauth-jwt2/compare/v1.0.0...v1.0.1
|
|
99
|
+
[1.0.1t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v1.0.1
|
|
100
|
+
[1.0.0]: https://github.com/omniauth/omniauth-jwt2/compare/v0.1.1...v1.0.0
|
|
101
|
+
[1.0.0t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v1.0.0
|
|
61
102
|
[0.1.1]: https://github.com/omniauth/omniauth-jwt2/compare/2a0397c0592e25b1c518d2c41fcbb8628a255bdf...v0.1.1
|
|
62
103
|
[0.1.1t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v0.1.1
|
data/CONTRIBUTING.md
CHANGED
|
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
|
|
|
131
131
|
They are created and updated with the commands:
|
|
132
132
|
|
|
133
133
|
```console
|
|
134
|
-
bin/rake appraisal:
|
|
134
|
+
bin/rake appraisal:generate
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
|
|
138
|
+
appraisal locks.
|
|
139
|
+
|
|
137
140
|
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
141
|
|
|
139
142
|
```console
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/omniauth/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
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/MIT.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
See [LICENSE.md](LICENSE.md) for the copyright notice.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
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
|
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
12
|
|
|
13
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -34,9 +34,9 @@ hash.
|
|
|
34
34
|
|
|
35
35
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
36
36
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
37
|
-
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
38
|
-
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
39
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
37
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
38
|
+
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
39
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
40
40
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
41
41
|
| Works with MRI Ruby 2 | ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
42
42
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
@@ -55,9 +55,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
55
55
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
56
56
|
not practical for the current toolchain.
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
59
|
+
|
|
60
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
61
|
+
|
|
62
|
+
<details markdown="1">
|
|
63
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
64
|
+
|
|
65
|
+
| Gem | Source | Role | Daily download rank |
|
|
66
|
+
|-----|--------|------|---------------------|
|
|
67
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
68
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
69
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
70
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
71
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
72
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
73
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
74
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
75
|
+
|
|
76
|
+
</details>
|
|
61
77
|
|
|
62
78
|
### Federated DVCS
|
|
63
79
|
|
|
@@ -208,7 +224,7 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
|
|
|
208
224
|
No sponsors yet. Be the first!
|
|
209
225
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
210
226
|
|
|
211
|
-
[kettle-readme-backers]: https://github.com/omniauth/omniauth-jwt2/blob/main/
|
|
227
|
+
[kettle-readme-backers]: https://github.com/omniauth/omniauth-jwt2/blob/main/bin/kettle-readme-backers
|
|
212
228
|
|
|
213
229
|
### Another way to support open-source
|
|
214
230
|
|
|
@@ -220,7 +236,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
220
236
|
|
|
221
237
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
222
238
|
|
|
223
|
-
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
239
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
224
240
|
|
|
225
241
|
## 🔐 Security
|
|
226
242
|
|
|
@@ -264,7 +280,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
264
280
|
|
|
265
281
|
Also see GitLab Contributors: [https://gitlab.com/omniauth/omniauth-jwt2/-/graphs/main][🚎contributors-gl]
|
|
266
282
|
|
|
267
|
-
<details>
|
|
283
|
+
<details markdown="1">
|
|
268
284
|
<summary>⭐️ Star History</summary>
|
|
269
285
|
|
|
270
286
|
<a href="https://star-history.com/omniauth/omniauth-jwt2&Date">
|
|
@@ -285,7 +301,7 @@ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with
|
|
|
285
301
|
For example:
|
|
286
302
|
|
|
287
303
|
```ruby
|
|
288
|
-
spec.add_dependency("omniauth-jwt2", "~>
|
|
304
|
+
spec.add_dependency("omniauth-jwt2", "~> 1.0")
|
|
289
305
|
```
|
|
290
306
|
|
|
291
307
|
<details markdown="1">
|
|
@@ -320,9 +336,8 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
320
336
|
- Copyright (c) 2015 Robin Ward
|
|
321
337
|
- Copyright (c) 2015 Zach Schneider
|
|
322
338
|
- Copyright (c) 2020 Marcin Koziej
|
|
323
|
-
- Copyright (c) 2020 Osama Sayegh
|
|
324
339
|
- Copyright (c) 2023 Nicolás Hock Isaza
|
|
325
|
-
- Copyright (c) 2023, 2026 Peter Boling
|
|
340
|
+
- Copyright (c) 2023, 2026 Peter H. Boling
|
|
326
341
|
|
|
327
342
|
</details>
|
|
328
343
|
|
|
@@ -366,12 +381,8 @@ Thanks for RTFM. ☺️
|
|
|
366
381
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
367
382
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
368
383
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
369
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
370
|
-
[🖇polar]: https://polar.sh/pboling
|
|
371
384
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
372
385
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
373
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
374
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
375
386
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
376
387
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
377
388
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -387,7 +398,7 @@ Thanks for RTFM. ☺️
|
|
|
387
398
|
|
|
388
399
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
389
400
|
[⛳️gem-namespace]: https://github.com/omniauth/omniauth-jwt2
|
|
390
|
-
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Omniauth::
|
|
401
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Omniauth::JWT2-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
391
402
|
[⛳️gem-name]: https://bestgems.org/gems/omniauth-jwt2
|
|
392
403
|
[⛳️name-img]: https://img.shields.io/badge/name-omniauth--jwt2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
393
404
|
[⛳️tag-img]: https://img.shields.io/github/tag/omniauth/omniauth-jwt2.svg
|
|
@@ -457,11 +468,13 @@ Thanks for RTFM. ☺️
|
|
|
457
468
|
[🚎jruby-9.2-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-9.2.yml
|
|
458
469
|
[🚎jruby-9.3-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-9.3.yml
|
|
459
470
|
[🚎jruby-9.4-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-9.4.yml
|
|
471
|
+
[🚎jruby-10.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-10.0.yml
|
|
460
472
|
[🚎truby-22.3-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-22.3.yml
|
|
461
473
|
[🚎truby-23.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-23.0.yml
|
|
462
474
|
[🚎truby-23.1-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-23.1.yml
|
|
463
475
|
[🚎truby-24.2-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-24.2.yml
|
|
464
476
|
[🚎truby-25.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-25.0.yml
|
|
477
|
+
[🚎truby-33.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-33.0.yml
|
|
465
478
|
[🚎2-cov-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/coverage.yml
|
|
466
479
|
[🚎2-cov-wfi]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/coverage.yml/badge.svg
|
|
467
480
|
[🚎3-hd-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/heads.yml
|
|
@@ -493,7 +506,6 @@ Thanks for RTFM. ☺️
|
|
|
493
506
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
494
507
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
495
508
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
496
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
497
509
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
498
510
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
499
511
|
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
@@ -501,10 +513,13 @@ Thanks for RTFM. ☺️
|
|
|
501
513
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
502
514
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
503
515
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
516
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
504
517
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
518
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
505
519
|
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
506
520
|
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
507
521
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
522
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
508
523
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
509
524
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
510
525
|
[🤝gh-issues]: https://github.com/omniauth/omniauth-jwt2/issues
|
|
@@ -533,7 +548,7 @@ Thanks for RTFM. ☺️
|
|
|
533
548
|
[📌gitmoji]: https://gitmoji.dev
|
|
534
549
|
[📌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
550
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
536
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
551
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.086-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
537
552
|
[🔐security]: https://github.com/omniauth/omniauth-jwt2/blob/main/SECURITY.md
|
|
538
553
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
539
554
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -561,7 +576,7 @@ Thanks for RTFM. ☺️
|
|
|
561
576
|
| Package | omniauth-jwt2 |
|
|
562
577
|
| Description | 🔐 An OmniAuth strategy to accept JWT-based single sign-on. |
|
|
563
578
|
| Homepage | https://github.com/omniauth/omniauth-jwt2 |
|
|
564
|
-
| Source | https://github.com/omniauth/omniauth-jwt2
|
|
579
|
+
| Source | https://github.com/omniauth/omniauth-jwt2 |
|
|
565
580
|
| License | `MIT` |
|
|
566
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
581
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/omniauth, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/omniauth-jwt2, https://www.buymeacoffee.com/pboling |
|
|
567
582
|
<!-- kettle-jem:metadata:end -->
|
data/SECURITY.md
CHANGED
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.1
|
|
4
|
+
version: 1.0.1
|
|
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
|
- |
|
|
@@ -82,7 +86,7 @@ dependencies:
|
|
|
82
86
|
version: '1.1'
|
|
83
87
|
- - ">="
|
|
84
88
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 1.1.
|
|
89
|
+
version: 1.1.14
|
|
86
90
|
type: :runtime
|
|
87
91
|
prerelease: false
|
|
88
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -92,27 +96,27 @@ dependencies:
|
|
|
92
96
|
version: '1.1'
|
|
93
97
|
- - ">="
|
|
94
98
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 1.1.
|
|
99
|
+
version: 1.1.14
|
|
96
100
|
- !ruby/object:Gem::Dependency
|
|
97
101
|
name: kettle-dev
|
|
98
102
|
requirement: !ruby/object:Gem::Requirement
|
|
99
103
|
requirements:
|
|
100
104
|
- - "~>"
|
|
101
105
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '2.
|
|
106
|
+
version: '2.3'
|
|
103
107
|
- - ">="
|
|
104
108
|
- !ruby/object:Gem::Version
|
|
105
|
-
version: 2.
|
|
109
|
+
version: 2.3.4
|
|
106
110
|
type: :development
|
|
107
111
|
prerelease: false
|
|
108
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
109
113
|
requirements:
|
|
110
114
|
- - "~>"
|
|
111
115
|
- !ruby/object:Gem::Version
|
|
112
|
-
version: '2.
|
|
116
|
+
version: '2.3'
|
|
113
117
|
- - ">="
|
|
114
118
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 2.
|
|
119
|
+
version: 2.3.4
|
|
116
120
|
- !ruby/object:Gem::Dependency
|
|
117
121
|
name: bundler-audit
|
|
118
122
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -170,7 +174,7 @@ dependencies:
|
|
|
170
174
|
version: '3.1'
|
|
171
175
|
- - ">="
|
|
172
176
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: 3.1.
|
|
177
|
+
version: 3.1.4
|
|
174
178
|
type: :development
|
|
175
179
|
prerelease: false
|
|
176
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -180,7 +184,7 @@ dependencies:
|
|
|
180
184
|
version: '3.1'
|
|
181
185
|
- - ">="
|
|
182
186
|
- !ruby/object:Gem::Version
|
|
183
|
-
version: 3.1.
|
|
187
|
+
version: 3.1.4
|
|
184
188
|
- !ruby/object:Gem::Dependency
|
|
185
189
|
name: kettle-test
|
|
186
190
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -190,7 +194,7 @@ dependencies:
|
|
|
190
194
|
version: '2.0'
|
|
191
195
|
- - ">="
|
|
192
196
|
- !ruby/object:Gem::Version
|
|
193
|
-
version: 2.0.
|
|
197
|
+
version: 2.0.10
|
|
194
198
|
type: :development
|
|
195
199
|
prerelease: false
|
|
196
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -200,21 +204,7 @@ dependencies:
|
|
|
200
204
|
version: '2.0'
|
|
201
205
|
- - ">="
|
|
202
206
|
- !ruby/object:Gem::Version
|
|
203
|
-
version: 2.0.
|
|
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'
|
|
207
|
+
version: 2.0.10
|
|
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.7
|
|
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.7
|
|
238
228
|
- !ruby/object:Gem::Dependency
|
|
239
229
|
name: ruby-progressbar
|
|
240
230
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -258,7 +248,7 @@ dependencies:
|
|
|
258
248
|
version: '1.0'
|
|
259
249
|
- - ">="
|
|
260
250
|
- !ruby/object:Gem::Version
|
|
261
|
-
version: 1.0.
|
|
251
|
+
version: 1.0.6
|
|
262
252
|
type: :development
|
|
263
253
|
prerelease: false
|
|
264
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +258,7 @@ dependencies:
|
|
|
268
258
|
version: '1.0'
|
|
269
259
|
- - ">="
|
|
270
260
|
- !ruby/object:Gem::Version
|
|
271
|
-
version: 1.0.
|
|
261
|
+
version: 1.0.6
|
|
272
262
|
- !ruby/object:Gem::Dependency
|
|
273
263
|
name: gitmoji-regex
|
|
274
264
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +268,7 @@ dependencies:
|
|
|
278
268
|
version: '2.0'
|
|
279
269
|
- - ">="
|
|
280
270
|
- !ruby/object:Gem::Version
|
|
281
|
-
version: 2.0.
|
|
271
|
+
version: 2.0.4
|
|
282
272
|
type: :development
|
|
283
273
|
prerelease: false
|
|
284
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -288,7 +278,7 @@ dependencies:
|
|
|
288
278
|
version: '2.0'
|
|
289
279
|
- - ">="
|
|
290
280
|
- !ruby/object:Gem::Version
|
|
291
|
-
version: 2.0.
|
|
281
|
+
version: 2.0.4
|
|
292
282
|
- !ruby/object:Gem::Dependency
|
|
293
283
|
name: guard
|
|
294
284
|
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: []
|
|
@@ -383,10 +385,12 @@ files:
|
|
|
383
385
|
- CONTRIBUTING.md
|
|
384
386
|
- FUNDING.md
|
|
385
387
|
- LICENSE.md
|
|
388
|
+
- MIT.md
|
|
386
389
|
- README.md
|
|
387
390
|
- RUBOCOP.md
|
|
388
391
|
- SECURITY.md
|
|
389
392
|
- certs/pboling.pem
|
|
393
|
+
- lib/omniauth-jwt2.rb
|
|
390
394
|
- lib/omniauth/jwt.rb
|
|
391
395
|
- lib/omniauth/jwt/version.rb
|
|
392
396
|
- lib/omniauth/jwt2.rb
|
|
@@ -399,10 +403,10 @@ licenses:
|
|
|
399
403
|
- MIT
|
|
400
404
|
metadata:
|
|
401
405
|
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/
|
|
406
|
+
source_code_uri: https://github.com/omniauth/omniauth-jwt2/tree/v1.0.1
|
|
407
|
+
changelog_uri: https://github.com/omniauth/omniauth-jwt2/blob/v1.0.1/CHANGELOG.md
|
|
404
408
|
bug_tracker_uri: https://github.com/omniauth/omniauth-jwt2/issues
|
|
405
|
-
documentation_uri: https://www.rubydoc.info/gems/omniauth-jwt2/0.1
|
|
409
|
+
documentation_uri: https://www.rubydoc.info/gems/omniauth-jwt2/1.0.1
|
|
406
410
|
funding_uri: https://github.com/sponsors/pboling
|
|
407
411
|
wiki_uri: https://github.com/omniauth/omniauth-jwt2/wiki
|
|
408
412
|
news_uri: https://www.railsbling.com/tags/omniauth-jwt2
|
metadata.gz.sig
CHANGED
|
Binary file
|