omniauth-identity 3.1.2 → 3.1.4
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 +74 -22
- data/CODE_OF_CONDUCT.md +24 -22
- data/CONTRIBUTING.md +62 -43
- data/LICENSE.txt +1 -1
- data/README.md +109 -87
- data/SECURITY.md +24 -4
- data/lib/omniauth/identity/version.rb +1 -1
- data/lib/omniauth/identity.rb +1 -1
- data/lib/omniauth/strategies/identity.rb +3 -3
- data/lib/omniauth-identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +38 -19
- 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: 1299ed56a1450bd936c5b4f7345901c81d3e485cd2191b778074c058344c4d51
|
4
|
+
data.tar.gz: 8b82be0d7c38e24fa01f5741d184c9e27fa6b842d863dc2912b6b6e3a1ac2b6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0b274d8ab8950e144fef290d150b294ffe5984764ae25d04b90458e3d44a605e0328141cf00fd09e5b4e295aadeb186f2f3386515997e6f1c8f5eae9de40aeb
|
7
|
+
data.tar.gz: cd20cf2c660f0592b9926fc3deac8f7d87e50f37c57393301f57a093988567b4063df04f6b677b7ba06fd3a562fa46328917097ee7962247f950ccd182560cb8
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -8,12 +8,48 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
8
8
|
## [Unreleased]
|
9
9
|
### Added
|
10
10
|
### Changed
|
11
|
-
###
|
11
|
+
### Deprecated
|
12
12
|
### Removed
|
13
|
+
### Fixed
|
14
|
+
### Security
|
13
15
|
|
14
|
-
## [3.1.
|
15
|
-
-
|
16
|
+
## [3.1.4] - 2025-07-28
|
17
|
+
- TAG: [v3.1.4][3.1.4t]
|
18
|
+
- COVERAGE: 92.06% -- 348/378 lines in 15 files
|
16
19
|
- BRANCH COVERAGE: 79.49% -- 62/78 branches in 15 files
|
20
|
+
- 44.44% documented
|
21
|
+
# Added
|
22
|
+
- More documentation
|
23
|
+
- Tracking maintainability and coverage with QLTY.sh
|
24
|
+
- Documentation site
|
25
|
+
- https://omniauth-identity.galtzo.com
|
26
|
+
- Test against bson v5.1.1
|
27
|
+
- Test against locked and unlocked, runtime and development, dependencies
|
28
|
+
### Changed
|
29
|
+
- gemspec metadata
|
30
|
+
- Test against latest bundler
|
31
|
+
- Develop on ruby@3.4.5
|
32
|
+
- Switch to [Appraisal2](https://github.com/appraisal-rb/appraisal2)
|
33
|
+
|
34
|
+
## [3.1.3] - 2025-06-08
|
35
|
+
- TAG: [v3.1.3][3.1.3t]
|
36
|
+
- COVERAGE: 92.06% -- 348/378 lines in 15 files
|
37
|
+
- BRANCH COVERAGE: 79.49% -- 62/78 branches in 15 files
|
38
|
+
- 44.44% documented
|
39
|
+
### Added
|
40
|
+
- More documentation by @pboling
|
41
|
+
- Expanded test suite, covering many more points of the dependency matrix by @pboling
|
42
|
+
- Test workflows with latest dependencies and more platform and dep HEADs
|
43
|
+
### Changed
|
44
|
+
- Updated Code of Conduct to Contributor Covenant v2.1
|
45
|
+
### Fixed
|
46
|
+
- Set `SKIP_GEM_SIGNING` in env to allow `gem build` without cryptographic signing requirement by @pboling
|
47
|
+
- Useful for linux distros whose package managers sign packages independently
|
48
|
+
|
49
|
+
## [3.1.2] - 2025-05-07
|
50
|
+
- TAG: [v3.1.2][3.1.2t]
|
51
|
+
- COVERAGE: 92.02% -- 346/376 lines in 15 files
|
52
|
+
- BRANCH COVERAGE: 79.49% -- 62/78 branches in 15 files
|
17
53
|
### Added
|
18
54
|
- 20 year signing cert expires 2045-04-29 by @pboling
|
19
55
|
- Added CITATION.cff by @pboling
|
@@ -25,9 +61,10 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
25
61
|
### Changed
|
26
62
|
- Upgraded Code of Conduct based on Contributor Covenant v2.1 by @pboling
|
27
63
|
|
28
|
-
## [3.1.1] - 2024-11-18
|
29
|
-
-
|
30
|
-
-
|
64
|
+
## [3.1.1] - 2024-11-18
|
65
|
+
- TAG: [v3.1.1][3.1.1t]
|
66
|
+
- COVERAGE: 92.00% -- 345/375 lines in 15 files
|
67
|
+
- BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
|
31
68
|
- 44.44% documented
|
32
69
|
### Added
|
33
70
|
- [PR 130][130] Add SECURITY.md policy by @pboling
|
@@ -37,9 +74,10 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
37
74
|
|
38
75
|
[130]: https://github.com/omniauth/omniauth-identity/pull/130
|
39
76
|
|
40
|
-
## [3.1.0] - 2024-11-18
|
41
|
-
-
|
42
|
-
-
|
77
|
+
## [3.1.0] - 2024-11-18
|
78
|
+
- TAG: [v3.1.0][3.1.0t]
|
79
|
+
- COVERAGE: 91.98% -- 344/374 lines in 15 files
|
80
|
+
- BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
|
43
81
|
- 44.44% documented
|
44
82
|
### Added
|
45
83
|
- [PR #123][123] Improve readability in #identity method of OmniAuth::Strategies::Identity by @Xeragus
|
@@ -63,26 +101,28 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
63
101
|
[122]: https://github.com/omniauth/omniauth-identity/pull/122
|
64
102
|
[120]: https://github.com/omniauth/omniauth-identity/pull/120
|
65
103
|
|
66
|
-
## [3.0.9] - 2021-06-16
|
104
|
+
## [3.0.9] - 2021-06-16
|
105
|
+
- TAG: [v3.0.9][3.0.9t]
|
67
106
|
### Fixed
|
68
107
|
- \[Sequel\] Fixes loading the Sequel adapter, issue reported as [#112](https://github.com/omniauth/omniauth-identity/issues/112)
|
69
108
|
### Added
|
70
109
|
- 📝 Document the Database adapters and drivers the gem currently works with
|
71
110
|
|
72
|
-
## [3.0.8] - 2021-03-24
|
111
|
+
## [3.0.8] - 2021-03-24
|
112
|
+
- TAG: [v3.0.8][3.0.8t]
|
73
113
|
### Fixed
|
74
114
|
- \[Model\] Fixes 2 issues raised in a comment on PR [#108](https://github.com/omniauth/omniauth-identity/pull/108#issuecomment-804456604)
|
75
115
|
- When `options[:on_validation]` is set `new`/`save`/`persisted?` logic is used.
|
76
116
|
- When `options[:on_validation]` is not set `create`/`persisted?` logic is used.
|
77
117
|
|
78
|
-
## [3.0.7] - 2021-03-23
|
118
|
+
## [3.0.7] - 2021-03-23
|
119
|
+
- TAG: [v3.0.7][3.0.7t]
|
79
120
|
### Fixed
|
80
121
|
- \[ActiveRecord\] Fixed [#110](https://github.com/omniauth/omniauth-identity/issues/110) which prevented `OmniAuth::Identity::Models::ActiveRecord`-based records from saving.
|
81
122
|
- \[CouchPotato\] Fixed `OmniAuth::Identity::Models::CouchPotato`'s `#save`.
|
82
123
|
- \[Sequel\] Fixed `OmniAuth::Identity::Models::Sequel`'s `#save`.
|
83
124
|
- \[Model\] Only define `::create`, `#save`, and `#persisted?` when not already defined.
|
84
125
|
- \[Model\] Restore original `info` functionality which set `name` based on `first_name`, `last_name`, or `nickname`
|
85
|
-
|
86
126
|
### Changed
|
87
127
|
- Upgraded to a newer `OmniAuth::Identity::SecurePassword` ripped from [Rails 6-1-stable](https://github.com/rails/rails/blob/6-1-stable/activemodel/lib/active_model/secure_password.rb)
|
88
128
|
- Aeons ago the original was ripped from Rails 3.1, and frozen in time.
|
@@ -97,7 +137,8 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
97
137
|
- Mongoid (MongoDB)
|
98
138
|
- NoBrainer (RethinkDB)
|
99
139
|
|
100
|
-
## [3.0.6] - 2021-03-20
|
140
|
+
## [3.0.6] - 2021-03-20
|
141
|
+
- TAG: [v3.0.6][3.0.6t]
|
101
142
|
### Fixed
|
102
143
|
- Fix breaking changes introduced by [#108](https://github.com/omniauth/omniauth-identity/pull/108) which prevented `:on_validation` from firing
|
103
144
|
### Added
|
@@ -108,7 +149,8 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
108
149
|
- `:title` defaults to `'Identity Verification'`
|
109
150
|
- `:registration_form_title` defaults to `'Register Identity'`
|
110
151
|
|
111
|
-
## [3.0.5] - 2021-03-19
|
152
|
+
## [3.0.5] - 2021-03-19
|
153
|
+
- TAG: [v3.0.5][3.0.5t]
|
112
154
|
### Fixed
|
113
155
|
- Fix breaking changes introduced by [#86's](https://github.com/omniauth/omniauth-identity/pull/86) introduction of `:on_validation`
|
114
156
|
### Added
|
@@ -117,11 +159,13 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
117
159
|
- Refactor `Omniauth::Strategies::Identity.registration_phase` to support `Omniauth::Identity::Model`-inheriting classes that do not define `#save`.
|
118
160
|
- This support will be dropped in v4.0.
|
119
161
|
|
120
|
-
## [3.0.4] - 2021-02-14
|
162
|
+
## [3.0.4] - 2021-02-14
|
163
|
+
- TAG: [v3.0.4][3.0.4t]
|
121
164
|
### Added
|
122
165
|
- Add support for [sequel ORM](http://sequel.jeremyevans.net/)
|
123
166
|
|
124
|
-
## [3.0.3] - 2021-02-14
|
167
|
+
## [3.0.3] - 2021-02-14
|
168
|
+
- TAG: [v3.0.3][3.0.3t]
|
125
169
|
### Added
|
126
170
|
- Add option `:on_validation`, which can be used to add a Captcha
|
127
171
|
- See [example here](https://github.com/omniauth/omniauth-identity/pull/86#issue-63225122)
|
@@ -130,7 +174,8 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
130
174
|
### Removed
|
131
175
|
- ruby-head build... simply too slow
|
132
176
|
|
133
|
-
## [3.0.2] - 2021-02-14
|
177
|
+
## [3.0.2] - 2021-02-14
|
178
|
+
- TAG: [v3.0.2][3.0.2t]
|
134
179
|
### Fixed
|
135
180
|
- Github Actions CI Build for Ruby 2.4, 3.0 and ruby-head
|
136
181
|
- Updated copyright
|
@@ -138,11 +183,13 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
138
183
|
- Added Code Climate "Quality"
|
139
184
|
- Updated Readme
|
140
185
|
|
141
|
-
## [3.0.1] - 2021-02-14
|
186
|
+
## [3.0.1] - 2021-02-14
|
187
|
+
- TAG: [v3.0.1][3.0.1t]
|
142
188
|
### Fixed
|
143
189
|
- Github Actions CI Build for various Rubies
|
144
190
|
|
145
|
-
## [3.0.0] - 2021-02-13
|
191
|
+
## [3.0.0] - 2021-02-13
|
192
|
+
- TAG: [v3.0.0][3.0.0t]
|
146
193
|
### Added
|
147
194
|
- Compatibility with Ruby 3
|
148
195
|
- Add option `:enable_login` to bypass OmniAuth disabling of GET method (default `true`)
|
@@ -159,7 +206,8 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
159
206
|
- Support for DataMapper, which died long ago.
|
160
207
|
- Unwanted git artifacts
|
161
208
|
|
162
|
-
## [2.0.0] - 2020-09-01
|
209
|
+
## [2.0.0] - 2020-09-01
|
210
|
+
- TAG: [v2.0.0][2.0.0t]
|
163
211
|
### Added
|
164
212
|
- CHANGELOG to maintain a history of changes.
|
165
213
|
- Include mongoid-rspec gem.
|
@@ -176,7 +224,11 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
|
|
176
224
|
- Gemfile.lock file
|
177
225
|
- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
|
178
226
|
|
179
|
-
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.
|
227
|
+
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.4...HEAD
|
228
|
+
[3.1.4]: https://github.com/omniauth/omniauth-identity/compare/v3.1.3...v3.1.4
|
229
|
+
[3.1.4t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.4
|
230
|
+
[3.1.3]: https://github.com/omniauth/omniauth-identity/compare/v3.1.2...v3.1.3
|
231
|
+
[3.1.3t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.3
|
180
232
|
[3.1.2]: https://github.com/omniauth/omniauth-identity/compare/v3.1.1...v3.1.2
|
181
233
|
[3.1.2t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.2
|
182
234
|
[3.1.1]: https://github.com/omniauth/omniauth-identity/compare/v3.1.0...v3.1.1
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -7,8 +7,8 @@ We as members, contributors, and leaders pledge to make participation in our
|
|
7
7
|
community a harassment-free experience for everyone, regardless of age, body
|
8
8
|
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
9
9
|
identity and expression, level of experience, education, socio-economic status,
|
10
|
-
nationality, personal appearance, race, religion, or sexual
|
11
|
-
and orientation.
|
10
|
+
nationality, personal appearance, race, caste, color, religion, or sexual
|
11
|
+
identity and orientation.
|
12
12
|
|
13
13
|
We pledge to act and interact in ways that contribute to an open, welcoming,
|
14
14
|
diverse, inclusive, and healthy community.
|
@@ -23,17 +23,17 @@ community include:
|
|
23
23
|
* Giving and gracefully accepting constructive feedback
|
24
24
|
* Accepting responsibility and apologizing to those affected by our mistakes,
|
25
25
|
and learning from the experience
|
26
|
-
* Focusing on what is best not just for us as individuals, but for the
|
27
|
-
|
26
|
+
* Focusing on what is best not just for us as individuals, but for the overall
|
27
|
+
community
|
28
28
|
|
29
29
|
Examples of unacceptable behavior include:
|
30
30
|
|
31
|
-
* The use of sexualized language or imagery, and sexual attention or
|
32
|
-
|
31
|
+
* The use of sexualized language or imagery, and sexual attention or advances of
|
32
|
+
any kind
|
33
33
|
* Trolling, insulting or derogatory comments, and personal or political attacks
|
34
34
|
* Public or private harassment
|
35
|
-
* Publishing others' private information, such as a physical or email
|
36
|
-
|
35
|
+
* Publishing others' private information, such as a physical or email address,
|
36
|
+
without their explicit permission
|
37
37
|
* Other conduct which could reasonably be considered inappropriate in a
|
38
38
|
professional setting
|
39
39
|
|
@@ -53,7 +53,7 @@ decisions when appropriate.
|
|
53
53
|
|
54
54
|
This Code of Conduct applies within all community spaces, and also applies when
|
55
55
|
an individual is officially representing the community in public spaces.
|
56
|
-
Examples of representing our community include using an official
|
56
|
+
Examples of representing our community include using an official email address,
|
57
57
|
posting via an official social media account, or acting as an appointed
|
58
58
|
representative at an online or offline event.
|
59
59
|
|
@@ -61,7 +61,7 @@ representative at an online or offline event.
|
|
61
61
|
|
62
62
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
63
63
|
reported to the community leaders responsible for enforcement at
|
64
|
-
[
|
64
|
+
[![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact].
|
65
65
|
All complaints will be reviewed and investigated promptly and fairly.
|
66
66
|
|
67
67
|
All community leaders are obligated to respect the privacy and security of the
|
@@ -83,15 +83,15 @@ behavior was inappropriate. A public apology may be requested.
|
|
83
83
|
|
84
84
|
### 2. Warning
|
85
85
|
|
86
|
-
**Community Impact**: A violation through a single incident or series
|
87
|
-
|
86
|
+
**Community Impact**: A violation through a single incident or series of
|
87
|
+
actions.
|
88
88
|
|
89
89
|
**Consequence**: A warning with consequences for continued behavior. No
|
90
90
|
interaction with the people involved, including unsolicited interaction with
|
91
91
|
those enforcing the Code of Conduct, for a specified period of time. This
|
92
92
|
includes avoiding interactions in community spaces as well as external channels
|
93
|
-
like social media. Violating these terms may lead to a temporary or
|
94
|
-
|
93
|
+
like social media. Violating these terms may lead to a temporary or permanent
|
94
|
+
ban.
|
95
95
|
|
96
96
|
### 3. Temporary Ban
|
97
97
|
|
@@ -107,27 +107,29 @@ Violating these terms may lead to a permanent ban.
|
|
107
107
|
### 4. Permanent Ban
|
108
108
|
|
109
109
|
**Community Impact**: Demonstrating a pattern of violation of community
|
110
|
-
standards, including sustained inappropriate behavior,
|
110
|
+
standards, including sustained inappropriate behavior, harassment of an
|
111
111
|
individual, or aggression toward or disparagement of classes of individuals.
|
112
112
|
|
113
|
-
**Consequence**: A permanent ban from any sort of public interaction within
|
114
|
-
|
113
|
+
**Consequence**: A permanent ban from any sort of public interaction within the
|
114
|
+
community.
|
115
115
|
|
116
116
|
## Attribution
|
117
117
|
|
118
118
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
119
|
-
version 2.
|
120
|
-
[https://www.contributor-covenant.org/version/2/
|
119
|
+
version 2.1, available at
|
120
|
+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
121
121
|
|
122
122
|
Community Impact Guidelines were inspired by
|
123
123
|
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
|
124
124
|
|
125
125
|
For answers to common questions about this code of conduct, see the FAQ at
|
126
|
-
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
|
127
|
-
|
126
|
+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
127
|
+
[https://www.contributor-covenant.org/translations][translations].
|
128
128
|
|
129
129
|
[homepage]: https://www.contributor-covenant.org
|
130
|
-
[v2.
|
130
|
+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
131
131
|
[Mozilla CoC]: https://github.com/mozilla/diversity
|
132
132
|
[FAQ]: https://www.contributor-covenant.org/faq
|
133
133
|
[translations]: https://www.contributor-covenant.org/translations
|
134
|
+
[🚂bdfl-contact]: http://www.railsbling.com/contact
|
135
|
+
[🚂bdfl-contact-img]: https://img.shields.io/badge/Contact-BDFL-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
|
data/CONTRIBUTING.md
CHANGED
@@ -1,44 +1,69 @@
|
|
1
1
|
# Contributing
|
2
2
|
|
3
|
-
Bug reports and pull requests are welcome on GitHub at [https://github.com/omniauth/omniauth-identity][🚎src-main]
|
4
|
-
|
3
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/omniauth/omniauth-identity][🚎src-main].
|
4
|
+
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to
|
5
5
|
the [code of conduct][🤝conduct].
|
6
6
|
|
7
|
-
To submit a patch, please fork the project
|
8
|
-
Once you're happy with it send a pull request.
|
7
|
+
To submit a patch, please fork the project, create a patch with tests, and send a pull request.
|
9
8
|
|
10
|
-
|
9
|
+
Remember to [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog].
|
11
10
|
|
12
|
-
##
|
11
|
+
## Help out!
|
13
12
|
|
14
13
|
Take a look at the `reek` list which is the file called `REEK` and find something to improve.
|
15
14
|
|
16
|
-
|
15
|
+
Follow these instructions:
|
17
16
|
|
18
17
|
1. Fork the repository
|
19
|
-
2. Create
|
18
|
+
2. Create a feature branch (`git checkout -b my-new-feature`)
|
20
19
|
3. Make some fixes.
|
21
|
-
4. Commit
|
20
|
+
4. Commit changes (`git commit -am 'Added some feature'`)
|
22
21
|
5. Push to the branch (`git push origin my-new-feature`)
|
23
|
-
6. Make sure to add tests for it. This is important so
|
22
|
+
6. Make sure to add tests for it. This is important, so it doesn't break in a future release.
|
24
23
|
7. Create new Pull Request.
|
25
24
|
|
26
25
|
## Appraisals
|
27
26
|
|
28
27
|
From time to time the appraisal gemfiles in `gemfiles/` will need to be updated.
|
29
|
-
They are created and updated with the commands:
|
30
28
|
|
31
|
-
|
29
|
+
Create or update them with the commands:
|
32
30
|
|
33
|
-
|
34
|
-
|
35
|
-
```shell
|
31
|
+
```console
|
36
32
|
BUNDLE_GEMFILE=Appraisal.root.gemfile bundle
|
37
33
|
BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
|
38
34
|
bundle exec rake rubocop_gradual:autocorrect
|
39
35
|
```
|
40
36
|
|
41
|
-
|
37
|
+
NOTE: Commands need to be run from the devcontainer if old Rails or old sqlite3 won't install for you locally.
|
38
|
+
|
39
|
+
When adding an appraisal to CI, check the [runner tool cache][🏃♂️runner-tool-cache] to see which runner to use.
|
40
|
+
|
41
|
+
### We commit, and don't commit, our "gemfile.lock" files
|
42
|
+
|
43
|
+
Thanks to [Appraisal2](https://github.com/appraisal-rb/appraisal2) we have a `gemfiles/*.gemfile` suite
|
44
|
+
in addition to the main `Gemfile` at the root of the project.
|
45
|
+
We run a workflow against the main Gemfile, which has a `Gemfile.lock` committed, and
|
46
|
+
we also run workflows against each of the Appraisal2 `gemfiles/*.gemfile` suite,
|
47
|
+
which **do not** have `gemfiles/*.gemfile.lock` committed.
|
48
|
+
|
49
|
+
```
|
50
|
+
# Lock/Unlock Deps Pattern
|
51
|
+
#
|
52
|
+
# Two often conflicting goals resolved!
|
53
|
+
#
|
54
|
+
# - deps_unlocked.yml
|
55
|
+
# - All runtime & dev dependencies, but does not have a `gemfiles/*.gemfile.lock` committed
|
56
|
+
# - Uses an Appraisal2 "deps_unlocked" gemfile, and the current MRI Ruby release
|
57
|
+
# - Know when new dependency releases will break local dev with unlocked dependencies
|
58
|
+
# - Broken workflow indicates that new releases of dependencies may not work
|
59
|
+
#
|
60
|
+
# - deps_locked.yml
|
61
|
+
# - All runtime & dev dependencies, and has a `Gemfile.lock` committed
|
62
|
+
# - Uses the project's main Gemfile, and the current MRI Ruby release
|
63
|
+
# - Matches what contributors and maintainers use locally for development
|
64
|
+
# - Broken workflow indicates that a new contributor will have a bad time
|
65
|
+
#
|
66
|
+
```
|
42
67
|
|
43
68
|
## The Reek List
|
44
69
|
|
@@ -46,27 +71,27 @@ Take a look at the `reek` list which is the file called `REEK` and find somethin
|
|
46
71
|
|
47
72
|
To refresh the `reek` list:
|
48
73
|
|
49
|
-
```
|
74
|
+
```console
|
50
75
|
bundle exec reek > REEK
|
51
76
|
```
|
52
77
|
|
53
78
|
## Run Tests
|
54
79
|
|
55
|
-
NOTE:
|
80
|
+
NOTE: To run *all* tests have the following databases installed, configured, and running.
|
56
81
|
|
57
82
|
1. [RethinkDB](https://rethinkdb.com), an open source, real-time, web database, [installed](https://rethinkdb.com/docs/install/) and [running](https://rethinkdb.com/docs/start-a-server/), e.g.
|
58
|
-
```
|
83
|
+
```console
|
59
84
|
brew install rethinkdb
|
60
85
|
rethinkdb
|
61
86
|
```
|
62
87
|
2. [MongoDB](https://docs.mongodb.com/manual/administration/install-community/)
|
63
|
-
```
|
88
|
+
```console
|
64
89
|
brew tap mongodb/brew
|
65
90
|
brew install mongodb-community@4.4
|
66
91
|
mongod --config /usr/local/etc/mongod.conf
|
67
92
|
```
|
68
93
|
3. [CouchDB](https://couchdb.apache.org) - download the .app, or:
|
69
|
-
```
|
94
|
+
```console
|
70
95
|
brew install couchdb
|
71
96
|
```
|
72
97
|
CouchDB 3.x requires a set admin password set before startup.
|
@@ -80,24 +105,24 @@ NOTE: In order to run *all* the tests you will need to have the following databa
|
|
80
105
|
export COUCHDB_PASSWORD=yourabsolutesecret
|
81
106
|
```
|
82
107
|
Then start the CouchDB service
|
83
|
-
```
|
108
|
+
```console
|
84
109
|
brew services start couchdb
|
85
110
|
```
|
86
111
|
|
87
112
|
Now you can run any of the tests!
|
88
113
|
|
89
114
|
To run all tests on all databases (except RethinkDB):
|
90
|
-
```
|
115
|
+
```console
|
91
116
|
bundle exec rake spec:orm:all
|
92
117
|
```
|
93
118
|
|
94
119
|
To run all tests that do not require any additional services, i.e. excluding MongoDB, CouchDB, & RethinkDB:
|
95
|
-
```
|
120
|
+
```console
|
96
121
|
bundle exec rake test
|
97
122
|
```
|
98
123
|
|
99
124
|
To run a specific DB:
|
100
|
-
```
|
125
|
+
```console
|
101
126
|
# CouchDB / CouchPotato
|
102
127
|
bundle exec rspec spec spec_orms --tag 'couchdb'
|
103
128
|
|
@@ -118,20 +143,18 @@ bundle exec rspec spec_ignored/nobrainer_spec.rb
|
|
118
143
|
|
119
144
|
Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
|
120
145
|
|
121
|
-
```
|
146
|
+
```console
|
122
147
|
bundle exec rake
|
123
148
|
```
|
124
149
|
|
125
150
|
Or just run the linter.
|
126
151
|
|
127
|
-
```
|
152
|
+
```console
|
128
153
|
bundle exec rake rubocop_gradual:autocorrect
|
129
154
|
```
|
130
155
|
|
131
156
|
## Contributors
|
132
157
|
|
133
|
-
Your picture could be here!
|
134
|
-
|
135
158
|
[![Contributors][🖐contributors-img]][🖐contributors]
|
136
159
|
|
137
160
|
Made with [contributors-img][🖐contrib-rocks].
|
@@ -140,35 +163,35 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
140
163
|
|
141
164
|
### One-time, Per-maintainer, Setup
|
142
165
|
|
143
|
-
**IMPORTANT**:
|
144
|
-
|
166
|
+
**IMPORTANT**: To sign a build,
|
167
|
+
a public key for signing gems will need to be picked up by the line in the
|
145
168
|
`gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there).
|
146
|
-
All releases to RubyGems.org
|
169
|
+
All releases to RubyGems.org are signed releases.
|
147
170
|
See: [RubyGems Security Guide][🔒️rubygems-security-guide]
|
148
171
|
|
149
|
-
NOTE: To build without signing the gem
|
172
|
+
NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in the environment.
|
150
173
|
|
151
174
|
### To release a new version:
|
152
175
|
|
153
|
-
1. Run `bin/setup && bin/rake` as a
|
176
|
+
1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
|
154
177
|
2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
|
155
178
|
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
|
156
179
|
4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
|
157
|
-
5. Run `git push` to trigger the final CI pipeline before release,
|
158
|
-
- NOTE: Remember to [check the build][🧪build]
|
180
|
+
5. Run `git push` to trigger the final CI pipeline before release, and merge PRs
|
181
|
+
- NOTE: Remember to [check the build][🧪build].
|
159
182
|
6. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
|
160
183
|
7. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
|
161
|
-
8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure
|
184
|
+
8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure latest trunk code
|
162
185
|
9. Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use same timestamp, and generate same checksums
|
163
186
|
- Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
|
164
187
|
- If the echo above has no output, then it didn't work.
|
165
|
-
- Note
|
188
|
+
- Note: `zsh/datetime` module is needed, if running `zsh`.
|
166
189
|
- In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
|
167
190
|
10. Run `bundle exec rake build`
|
168
191
|
11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
|
169
192
|
to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
|
170
193
|
[gem][💎stone_checksums].
|
171
|
-
-
|
194
|
+
- The script automatically commits but does not push the checksums
|
172
195
|
12. Run `bundle exec rake release` which will create a git tag for the version,
|
173
196
|
push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
|
174
197
|
|
@@ -185,8 +208,4 @@ NOTE: To build without signing the gem you must set `SKIP_GEM_SIGNING` to some v
|
|
185
208
|
[💎stone_checksums]: https://github.com/pboling/stone_checksums
|
186
209
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
187
210
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
188
|
-
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
189
|
-
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
190
|
-
[🚎appraisal-eval-gemfile-pr]: https://github.com/thoughtbot/appraisal/pull/248
|
191
|
-
[🚎appraisal-fork]: https://github.com/pboling/appraisal/tree/galtzo
|
192
211
|
[🏃♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
|
data/LICENSE.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c) 2021, 2024
|
3
|
+
Copyright (c) 2021, 2024-2025 Peter H. Boling, and omniauth-identity contributors
|
4
4
|
Copyright (c) 2020 Peter H. Boling, Andrew Roberts, and Jellybooks Ltd.
|
5
5
|
Copyright (c) 2010-2015 Michael Bleigh, and Intridea, Inc.
|
6
6
|
|
data/README.md
CHANGED
@@ -1,30 +1,22 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
[![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf]
|
16
|
-
[![CI Ancient][🚎1-an-wfi]][🚎1-an-wf]
|
17
|
-
[![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf]
|
18
|
-
[![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
1
|
+
<p align="center">
|
2
|
+
<a href="https://discord.gg/3qme4XHNKN" target="_blank" rel="noopener">
|
3
|
+
<img width="124px" src="https://github.com/galtzo-floss/shields-badge/raw/main/docs/images/logo/galtzo-floss-logos-original.svg?raw=true" alt="Galtzo.com Logo by Aboling0, CC BY-SA 4.0">
|
4
|
+
</a>
|
5
|
+
<a href="https://github.com/omniauth" target="_blank" rel="noopener">
|
6
|
+
<img src="https://github.com/omniauth/omniauth-identity/raw/main/docs/images/logo/omniauth-logo-182px.png?raw=true" alt="OmniAuth Logo possibly by Ted O'Meara, license unknown">
|
7
|
+
</a>
|
8
|
+
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
9
|
+
<img width="124px" src="https://github.com/galtzo-floss/shields-badge/raw/main/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
|
10
|
+
</a>
|
11
|
+
</p>
|
12
|
+
|
13
|
+
# 🫵 OmniAuth::Identity
|
14
|
+
|
15
|
+
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![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 JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
19
16
|
|
20
17
|
---
|
21
18
|
|
22
|
-
[![Liberapay
|
23
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor]
|
24
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme]
|
25
|
-
[![Donate on Polar][🖇polar-img]][🖇polar]
|
26
|
-
[![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
27
|
-
[![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
19
|
+
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
28
20
|
|
29
21
|
The `omniauth-identity` gem provides a way for applications to utilize a
|
30
22
|
traditional username/password based authentication system without the need
|
@@ -34,18 +26,19 @@ basic construct for user management and then gets out of the way.
|
|
34
26
|
|
35
27
|
## 💡 Info you can shake a stick at
|
36
28
|
|
37
|
-
| Tokens to Remember
|
38
|
-
|
39
|
-
| Works with JRuby
|
40
|
-
| Works with MRI Ruby 3
|
41
|
-
| Works with MRI Ruby 2
|
42
|
-
| Source
|
43
|
-
| Documentation
|
44
|
-
| Compliance
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
29
|
+
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
30
|
+
|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
31
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf] [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf] [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
|
32
|
+
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
|
33
|
+
| Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
|
34
|
+
| Source | [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
35
|
+
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
|
36
|
+
| Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
37
|
+
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
|
38
|
+
| Support | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
39
|
+
| Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
|
40
|
+
| Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼♂️devto-img]][💖💁🏼♂️devto] |
|
41
|
+
| `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼♂️aboutme-img]][💖💁🏼♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
|
49
42
|
|
50
43
|
## ✨ Installation
|
51
44
|
|
@@ -65,13 +58,13 @@ by following the instructions below.
|
|
65
58
|
|
66
59
|
Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
|
67
60
|
|
68
|
-
```
|
61
|
+
```console
|
69
62
|
gem cert --add <(curl -Ls https://raw.github.com/omniauth/omniauth-identity/main/certs/pboling.pem)
|
70
63
|
```
|
71
64
|
|
72
65
|
You only need to do that once. Then proceed to install with:
|
73
66
|
|
74
|
-
```
|
67
|
+
```console
|
75
68
|
gem install omniauth-identity -P MediumSecurity
|
76
69
|
```
|
77
70
|
|
@@ -81,7 +74,7 @@ This is necessary because not all of `omniauth-identity`’s dependencies are si
|
|
81
74
|
|
82
75
|
If you want to up your security game full-time:
|
83
76
|
|
84
|
-
```
|
77
|
+
```console
|
85
78
|
bundle config set --global trust-policy MediumSecurity
|
86
79
|
```
|
87
80
|
|
@@ -91,15 +84,16 @@ NOTE: Be prepared to track down certs for signed gems and add them the same way
|
|
91
84
|
|
92
85
|
This gem is compatible with a wide range of Ruby versions and Ruby ORMs, as of May 2025, version 3.1.
|
93
86
|
|
94
|
-
* Latest released version of omniauth, v2+
|
95
87
|
* Tested in CI against:
|
96
88
|
* Ruby 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, ruby-head
|
97
89
|
* JRuby 9.2, 9.3, 9.4, 10.0, jruby-head
|
98
|
-
*
|
99
|
-
*
|
100
|
-
*
|
90
|
+
* omniauth 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, HEAD
|
91
|
+
* activerecord 5.2, 6.0, 6.1, 7.0, 7.1, 7.2, 8.0, HEAD
|
92
|
+
* sqlite3 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 2.0, 2.1
|
93
|
+
* couch_potato 1.17+
|
101
94
|
* mongoid 7.3, 7.4, 8.1, 9.0
|
102
|
-
*
|
95
|
+
* bson 4.12, 4.15, 5.0, HEAD
|
96
|
+
* sequel 5.86+
|
103
97
|
* At least 5 different database ORM adapters, which connect to 15 different database clients!
|
104
98
|
|
105
99
|
| Databases | Adapter Libraries |
|
@@ -347,21 +341,27 @@ See [SECURITY.md][🔐security].
|
|
347
341
|
## 🤝 Contributing
|
348
342
|
|
349
343
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
350
|
-
or if it is already 💯 (see [below](#code-coverage))
|
344
|
+
or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues], or [PRs][🤝gh-pulls],
|
351
345
|
or use the gem and think about how it could be better.
|
352
346
|
|
353
347
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
354
348
|
|
355
349
|
See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
|
356
350
|
|
351
|
+
### 🚀 Release Instructions
|
352
|
+
|
353
|
+
See [CONTRIBUTING.md][🤝contributing].
|
354
|
+
|
357
355
|
### Code Coverage
|
358
356
|
|
359
357
|
[![Coverage Graph][🔑codecov-g♻️]][🔑codecov]
|
360
358
|
|
359
|
+
[![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls]
|
360
|
+
|
361
361
|
### 🪇 Code of Conduct
|
362
362
|
|
363
|
-
Everyone interacting
|
364
|
-
chat rooms and mailing lists
|
363
|
+
Everyone interacting with this project's codebases, issue trackers,
|
364
|
+
chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
|
365
365
|
|
366
366
|
## 🌈 Contributors
|
367
367
|
|
@@ -373,8 +373,10 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
373
373
|
|
374
374
|
<a href="https://star-history.com/#omniauth/omniauth-identity&Date">
|
375
375
|
<picture>
|
376
|
-
|
377
|
-
|
376
|
+
<source media="(prefers-color-scheme: dark)"
|
377
|
+
srcset="https://api.star-history.com/svg?repos=omniauth/omniauth-identity&type=Date&theme=dark"/>
|
378
|
+
<source media="(prefers-color-scheme: light)"
|
379
|
+
srcset="https://api.star-history.com/svg?repos=omniauth/omniauth-identity&type=Date"/>
|
378
380
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=omniauth/omniauth-identity&type=Date" />
|
379
381
|
</picture>
|
380
382
|
</a>
|
@@ -414,7 +416,7 @@ For example:
|
|
414
416
|
spec.add_dependency("omniauth-identity", "~> 3.1")
|
415
417
|
```
|
416
418
|
|
417
|
-
See [CHANGELOG.md][📌changelog] for list of releases.
|
419
|
+
See [CHANGELOG.md][📌changelog] for a list of releases.
|
418
420
|
|
419
421
|
## 📄 License
|
420
422
|
|
@@ -426,16 +428,16 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
|
|
426
428
|
|
427
429
|
<ul>
|
428
430
|
<li>
|
429
|
-
Copyright (c) 2021, 2024
|
430
|
-
<a href="https://
|
431
|
-
|
431
|
+
Copyright (c) 2021, 2024-2025 Peter H. Boling, of
|
432
|
+
<a href="https://discord.gg/3qme4XHNKN">
|
433
|
+
Galtzo.com
|
432
434
|
<picture>
|
433
|
-
|
435
|
+
<img src="https://github.com/galtzo-floss/shields-badge/raw/main/docs/images/logo/galtzo-floss-logos-wordless.svg?raw=true" alt="Galtzo.com Logo by Aboling0, CC BY-SA 4.0" width="24">
|
434
436
|
</picture>
|
435
|
-
</a>, and
|
437
|
+
</a>, and omniauth-identity contributors
|
436
438
|
</li>
|
437
439
|
<li>
|
438
|
-
Copyright (c) 2020 Peter H.
|
440
|
+
Copyright (c) 2020 Peter H. Boling, Andrew Roberts, and Jellybooks Ltd.
|
439
441
|
</li>
|
440
442
|
<li>
|
441
443
|
Copyright (c) 2010-2015 Michael Bleigh, and Intridea, Inc.
|
@@ -444,15 +446,36 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
|
|
444
446
|
|
445
447
|
## 🤑 One more thing
|
446
448
|
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
or one of the others at the head of this README.
|
449
|
+
Having arrived at the bottom of the page, please endure a final supplication.
|
450
|
+
The primary maintainer of this gem, Peter Boling, wants
|
451
|
+
Ruby to be a great place for people to solve problems, big and small.
|
452
|
+
Please consider supporting his efforts via the giant yellow link below,
|
453
|
+
or one of smaller ones, depending on button size preference.
|
453
454
|
|
454
455
|
[![Buy me a latte][🖇buyme-img]][🖇buyme]
|
455
456
|
|
457
|
+
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
458
|
+
|
459
|
+
P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
|
460
|
+
|
461
|
+
[![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
|
462
|
+
|
463
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay
|
464
|
+
[⛳liberapay]: https://liberapay.com/pboling/donate
|
465
|
+
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
466
|
+
[🖇sponsor]: https://github.com/sponsors/pboling
|
467
|
+
[🖇polar-img]: https://img.shields.io/badge/polar-donate-yellow.svg
|
468
|
+
[🖇polar]: https://polar.sh/pboling
|
469
|
+
[🖇kofi-img]: https://img.shields.io/badge/a_more_different_coffee-✓-yellow.svg
|
470
|
+
[🖇kofi]: https://ko-fi.com/O5O86SNP4
|
471
|
+
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-yellow.svg
|
472
|
+
[🖇patreon]: https://patreon.com/galtzo
|
473
|
+
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-✓-yellow.svg?style=flat
|
474
|
+
[🖇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
|
475
|
+
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
476
|
+
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
477
|
+
[✉️discord-invite-img]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
|
478
|
+
|
456
479
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
457
480
|
[⛳️gem-namespace]: https://github.com/omniauth/omniauth-identity
|
458
481
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-OmniAuth%3A%3AIdentity-brightgreen.svg?style=flat&logo=ruby&logoColor=white
|
@@ -498,7 +521,7 @@ or one of the others at the head of this README.
|
|
498
521
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
499
522
|
[📜src-gh]: https://github.com/omniauth/omniauth-identity
|
500
523
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
501
|
-
[📜docs-head-rd-img]: https://img.shields.io/badge/
|
524
|
+
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
502
525
|
[📜wiki]: https://github.com/omniauth/omniauth-identity/wiki
|
503
526
|
[📜wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=Wiki&logoColor=white
|
504
527
|
[👽dl-rank]: https://rubygems.org/gems/omniauth-identity
|
@@ -507,6 +530,10 @@ or one of the others at the head of this README.
|
|
507
530
|
[👽oss-helpi]: https://www.codetriage.com/omniauth/omniauth-identity/badges/users.svg
|
508
531
|
[👽version]: https://rubygems.org/gems/omniauth-identity
|
509
532
|
[👽versioni]: https://img.shields.io/gem/v/omniauth-identity.svg
|
533
|
+
[🔑qlty-mnt]: https://qlty.sh/gh/omniauth/projects/omniauth-identity
|
534
|
+
[🔑qlty-mnti]: https://qlty.sh/gh/omniauth/projects/omniauth-identity/maintainability.svg
|
535
|
+
[🔑qlty-cov]: https://qlty.sh/gh/omniauth/projects/omniauth-identity/metrics/code?sort=coverageRating
|
536
|
+
[🔑qlty-covi]: https://qlty.sh/gh/omniauth/projects/omniauth-identity/coverage.svg
|
510
537
|
[🔑codecov]: https://codecov.io/gh/omniauth/omniauth-identity
|
511
538
|
[🔑codecovi♻️]: https://codecov.io/gh/omniauth/omniauth-identity/branch/main/graph/badge.svg?token=cc6UdZCpAL
|
512
539
|
[🔑coveralls]: https://coveralls.io/github/omniauth/omniauth-identity?branch=main
|
@@ -537,19 +564,12 @@ or one of the others at the head of this README.
|
|
537
564
|
[🚎10-j-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/jruby.yml/badge.svg
|
538
565
|
[🚎11-c-wf]: https://github.com/omniauth/omniauth-identity/actions/workflows/current.yml
|
539
566
|
[🚎11-c-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/current.yml/badge.svg
|
540
|
-
[
|
541
|
-
[
|
542
|
-
[
|
543
|
-
[
|
544
|
-
[
|
545
|
-
[
|
546
|
-
[🖇kofi-img]: https://img.shields.io/badge/a_more_different_coffee-✓-yellow.svg
|
547
|
-
[🖇kofi]: https://ko-fi.com/O5O86SNP4
|
548
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-yellow.svg
|
549
|
-
[🖇patreon]: https://patreon.com/galtzo
|
550
|
-
[🖇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
|
551
|
-
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
552
|
-
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-✓-yellow.svg?style=flat
|
567
|
+
[🚎12-crh-wf]: https://github.com/omniauth/omniauth-identity/actions/workflows/current-runtime-heads.yml
|
568
|
+
[🚎12-crh-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/current-runtime-heads.yml/badge.svg
|
569
|
+
[🚎13-🔒️-wf]: https://github.com/omniauth/omniauth-identity/actions/workflows/deps_locked.yml
|
570
|
+
[🚎13-🔒️-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/deps_locked.yml/badge.svg
|
571
|
+
[🚎14-🔓️-wf]: https://github.com/omniauth/omniauth-identity/actions/workflows/deps_unlocked.yml
|
572
|
+
[🚎14-🔓️-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/deps_unlocked.yml/badge.svg
|
553
573
|
[💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
554
574
|
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
555
575
|
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
|
@@ -571,8 +591,8 @@ or one of the others at the head of this README.
|
|
571
591
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
572
592
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
573
593
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
574
|
-
[🤝issues]: https://github.com/omniauth/omniauth-identity/issues
|
575
|
-
[🤝pulls]: https://github.com/omniauth/omniauth-identity/pulls
|
594
|
+
[🤝gh-issues]: https://github.com/omniauth/omniauth-identity/issues
|
595
|
+
[🤝gh-pulls]: https://github.com/omniauth/omniauth-identity/pulls
|
576
596
|
[🤝contributing]: CONTRIBUTING.md
|
577
597
|
[🔑codecov-g♻️]: https://codecov.io/gh/omniauth/omniauth-identity/graphs/tree.svg?token=cc6UdZCpAL
|
578
598
|
[🖐contrib-rocks]: https://contrib.rocks
|
@@ -580,28 +600,30 @@ or one of the others at the head of this README.
|
|
580
600
|
[🖐contributors-img]: https://contrib.rocks/image?repo=omniauth/omniauth-identity
|
581
601
|
[🚎contributors-gl]: https://gitlab.com/omniauth/omniauth-identity/-/graphs/main
|
582
602
|
[🪇conduct]: CODE_OF_CONDUCT.md
|
583
|
-
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-
|
603
|
+
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
584
604
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
585
605
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
586
|
-
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-
|
606
|
+
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
587
607
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
588
608
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
589
609
|
[📌changelog]: CHANGELOG.md
|
590
610
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
591
|
-
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-
|
611
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
592
612
|
[📌gitmoji]:https://gitmoji.dev
|
593
|
-
[📌gitmoji-img]:https://img.shields.io/badge/
|
613
|
+
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
|
594
614
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
595
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
615
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.378-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
596
616
|
[🔐security]: SECURITY.md
|
597
|
-
[🔐security-img]: https://img.shields.io/badge/security-policy-
|
617
|
+
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
598
618
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
599
619
|
[📄license]: LICENSE.txt
|
600
620
|
[📄license-ref]: https://opensource.org/licenses/MIT
|
601
|
-
[📄license-img]: https://img.shields.io/badge/License-MIT-
|
621
|
+
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
602
622
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
603
|
-
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-
|
623
|
+
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
604
624
|
[🚎yard-current]: http://rubydoc.info/gems/omniauth-identity
|
605
|
-
[🚎yard-head]: https://
|
625
|
+
[🚎yard-head]: https://omniauth-identity.galtzo.com
|
606
626
|
[💎stone_checksums]: https://github.com/pboling/stone_checksums
|
607
627
|
[💎SHA_checksums]: https://github.com/omniauth/omniauth-identity/tree/main/checksums
|
628
|
+
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
629
|
+
[💎rlts-img]: https://img.shields.io/badge/code_style_%26_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
data/SECURITY.md
CHANGED
@@ -18,8 +18,28 @@ Tidelift will coordinate the fix and disclosure.
|
|
18
18
|
|
19
19
|
## Additional Support
|
20
20
|
|
21
|
-
|
22
|
-
|
23
|
-
or find other sponsorship links in the [README].
|
21
|
+
Interested in support for versions older than the latest release?
|
22
|
+
Consider sponsoring the project / maintainer.
|
24
23
|
|
25
|
-
[
|
24
|
+
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
|
25
|
+
|
26
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay
|
27
|
+
[⛳liberapay]: https://liberapay.com/pboling/donate
|
28
|
+
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
29
|
+
[🖇sponsor]: https://github.com/sponsors/pboling
|
30
|
+
[🖇polar-img]: https://img.shields.io/badge/polar-donate-yellow.svg
|
31
|
+
[🖇polar]: https://polar.sh/pboling
|
32
|
+
[🖇kofi-img]: https://img.shields.io/badge/a_more_different_coffee-✓-yellow.svg
|
33
|
+
[🖇kofi]: https://ko-fi.com/O5O86SNP4
|
34
|
+
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-yellow.svg
|
35
|
+
[🖇patreon]: https://patreon.com/galtzo
|
36
|
+
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
37
|
+
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-✓-yellow.svg?style=flat
|
38
|
+
|
39
|
+
## Enterprise Support
|
40
|
+
|
41
|
+
Available as part of the Tidelift Subscription.
|
42
|
+
|
43
|
+
The maintainers of this library and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers for the exact packages you use. [Learn more.][tidelift-ref]
|
44
|
+
|
45
|
+
[tidelift-ref]: https://tidelift.com/subscription/pkg/rubygems-omniauth-identity?utm_source=rubygems-omniauth-identity&utm_medium=referral&utm_campaign=enterprise&utm_term=repo
|
data/lib/omniauth/identity.rb
CHANGED
@@ -8,7 +8,7 @@ unless defined?(OmniAuth::Identity::Version::VERSION)
|
|
8
8
|
# this library's version
|
9
9
|
require "omniauth/identity/version"
|
10
10
|
|
11
|
-
#
|
11
|
+
# Configure version before loading the rest of the library
|
12
12
|
OmniAuth::Identity::Version.class_eval do
|
13
13
|
extend VersionGem::Basic
|
14
14
|
end
|
@@ -52,9 +52,9 @@ module OmniAuth
|
|
52
52
|
elsif options[:enable_login] && on_request_path?
|
53
53
|
# OmniAuth, by default, disables "GET" requests for security reasons.
|
54
54
|
# This effectively disables omniauth-identity tool's login form feature.
|
55
|
-
# Because it is disabled by default, and because enabling it would
|
56
|
-
# OmniAuth strategies that
|
57
|
-
# Instead we
|
55
|
+
# Because it is disabled by default, and because enabling it globally would affect the security of all
|
56
|
+
# other OmniAuth strategies that are present, we do not ask users to modify that setting.
|
57
|
+
# Instead, we use this hook in the "other_phase", with a config setting of our own: `enable_login`
|
58
58
|
request_phase
|
59
59
|
else
|
60
60
|
call_app!
|
data/lib/omniauth-identity.rb
CHANGED
@@ -6,7 +6,7 @@ require "version_gem"
|
|
6
6
|
# this library's version
|
7
7
|
require "omniauth/identity/version"
|
8
8
|
|
9
|
-
#
|
9
|
+
# Configure version before loading the rest of the library
|
10
10
|
OmniAuth::Identity::Version.class_eval do
|
11
11
|
extend VersionGem::Basic
|
12
12
|
end
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-identity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
@@ -37,7 +37,7 @@ cert_chain:
|
|
37
37
|
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
38
38
|
L9nRqA==
|
39
39
|
-----END CERTIFICATE-----
|
40
|
-
date: 2025-
|
40
|
+
date: 2025-07-29 00:00:00.000000000 Z
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: bcrypt
|
@@ -85,22 +85,22 @@ dependencies:
|
|
85
85
|
name: version_gem
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
|
-
- - "~>"
|
89
|
-
- !ruby/object:Gem::Version
|
90
|
-
version: '1.1'
|
91
88
|
- - ">="
|
92
89
|
- !ruby/object:Gem::Version
|
93
90
|
version: 1.1.8
|
91
|
+
- - "<"
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '3'
|
94
94
|
type: :runtime
|
95
95
|
prerelease: false
|
96
96
|
version_requirements: !ruby/object:Gem::Requirement
|
97
97
|
requirements:
|
98
|
-
- - "~>"
|
99
|
-
- !ruby/object:Gem::Version
|
100
|
-
version: '1.1'
|
101
98
|
- - ">="
|
102
99
|
- !ruby/object:Gem::Version
|
103
100
|
version: 1.1.8
|
101
|
+
- - "<"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '3'
|
104
104
|
- !ruby/object:Gem::Dependency
|
105
105
|
name: activerecord
|
106
106
|
requirement: !ruby/object:Gem::Requirement
|
@@ -135,6 +135,20 @@ dependencies:
|
|
135
135
|
- - ">="
|
136
136
|
- !ruby/object:Gem::Version
|
137
137
|
version: 1.0.9
|
138
|
+
- !ruby/object:Gem::Dependency
|
139
|
+
name: appraisal2
|
140
|
+
requirement: !ruby/object:Gem::Requirement
|
141
|
+
requirements:
|
142
|
+
- - "~>"
|
143
|
+
- !ruby/object:Gem::Version
|
144
|
+
version: '3.0'
|
145
|
+
type: :development
|
146
|
+
prerelease: false
|
147
|
+
version_requirements: !ruby/object:Gem::Requirement
|
148
|
+
requirements:
|
149
|
+
- - "~>"
|
150
|
+
- !ruby/object:Gem::Version
|
151
|
+
version: '3.0'
|
138
152
|
- !ruby/object:Gem::Dependency
|
139
153
|
name: rack-test
|
140
154
|
requirement: !ruby/object:Gem::Requirement
|
@@ -155,28 +169,28 @@ dependencies:
|
|
155
169
|
requirements:
|
156
170
|
- - "~>"
|
157
171
|
- !ruby/object:Gem::Version
|
158
|
-
version: '13'
|
172
|
+
version: '13.0'
|
159
173
|
type: :development
|
160
174
|
prerelease: false
|
161
175
|
version_requirements: !ruby/object:Gem::Requirement
|
162
176
|
requirements:
|
163
177
|
- - "~>"
|
164
178
|
- !ruby/object:Gem::Version
|
165
|
-
version: '13'
|
179
|
+
version: '13.0'
|
166
180
|
- !ruby/object:Gem::Dependency
|
167
181
|
name: rspec
|
168
182
|
requirement: !ruby/object:Gem::Requirement
|
169
183
|
requirements:
|
170
184
|
- - "~>"
|
171
185
|
- !ruby/object:Gem::Version
|
172
|
-
version: '3'
|
186
|
+
version: '3.13'
|
173
187
|
type: :development
|
174
188
|
prerelease: false
|
175
189
|
version_requirements: !ruby/object:Gem::Requirement
|
176
190
|
requirements:
|
177
191
|
- - "~>"
|
178
192
|
- !ruby/object:Gem::Version
|
179
|
-
version: '3'
|
193
|
+
version: '3.13'
|
180
194
|
- !ruby/object:Gem::Dependency
|
181
195
|
name: rspec-block_is_expected
|
182
196
|
requirement: !ruby/object:Gem::Requirement
|
@@ -213,7 +227,7 @@ dependencies:
|
|
213
227
|
version: '1.0'
|
214
228
|
description: Traditional username/password based authentication system for OmniAuth
|
215
229
|
email:
|
216
|
-
-
|
230
|
+
- floss@galtzo.com
|
217
231
|
executables: []
|
218
232
|
extensions: []
|
219
233
|
extra_rdoc_files:
|
@@ -245,13 +259,13 @@ homepage: https://github.com/omniauth/omniauth-identity
|
|
245
259
|
licenses:
|
246
260
|
- MIT
|
247
261
|
metadata:
|
248
|
-
homepage_uri: https://
|
249
|
-
source_code_uri: https://github.com/omniauth/omniauth-identity/tree/v3.1.
|
250
|
-
changelog_uri: https://github.com/omniauth/omniauth-identity/blob/v3.1.
|
262
|
+
homepage_uri: https://omniauth-identity.galtzo.com/
|
263
|
+
source_code_uri: https://github.com/omniauth/omniauth-identity/tree/v3.1.4
|
264
|
+
changelog_uri: https://github.com/omniauth/omniauth-identity/blob/v3.1.4/CHANGELOG.md
|
251
265
|
bug_tracker_uri: https://github.com/omniauth/omniauth-identity/issues
|
252
|
-
documentation_uri: https://www.rubydoc.info/gems/omniauth-identity/3.1.
|
266
|
+
documentation_uri: https://www.rubydoc.info/gems/omniauth-identity/3.1.4
|
253
267
|
wiki_uri: https://github.com/omniauth/omniauth-identity/wiki
|
254
|
-
funding_uri: https://
|
268
|
+
funding_uri: https://github.com/sponsors/pboling
|
255
269
|
news_uri: https://www.railsbling.com/tags/omniauth-identity
|
256
270
|
rubygems_mfa_required: 'true'
|
257
271
|
rdoc_options:
|
@@ -259,7 +273,12 @@ rdoc_options:
|
|
259
273
|
- omniauth-identity - Traditional username/password based authentication system for
|
260
274
|
OmniAuth
|
261
275
|
- "--main"
|
276
|
+
- CHANGELOG.md
|
277
|
+
- CODE_OF_CONDUCT.md
|
278
|
+
- CONTRIBUTING.md
|
279
|
+
- LICENSE.txt
|
262
280
|
- README.md
|
281
|
+
- SECURITY.md
|
263
282
|
- "--line-numbers"
|
264
283
|
- "--inline-source"
|
265
284
|
- "--quiet"
|
@@ -276,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
276
295
|
- !ruby/object:Gem::Version
|
277
296
|
version: '0'
|
278
297
|
requirements: []
|
279
|
-
rubygems_version: 3.
|
298
|
+
rubygems_version: 3.7.1
|
280
299
|
specification_version: 4
|
281
300
|
summary: Traditional username/password based authentication system for OmniAuth
|
282
301
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|