omniauth-oauth_oidc 0.0.2 → 0.0.3
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8656d431869f2f8857c2fc565f1217846d24d6b1bc0ad75dfa5db422d1d0ab0b
|
4
|
+
data.tar.gz: be09be1154691d2e5a4e0ccbc5d8cad94dab8f7e82fd94fd227446b9f05697db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 405242dbd9f3bfc22518ae798ddbb0a7c4168b85570183b16f7f51c6ca42fd8f4e5b782311a32e2f8b56ec3751f8910e906ea05537a617a3d086fd5840aad574
|
7
|
+
data.tar.gz: d1e52ed56be2122d683b94a8a2bf896105128e457414053d1a196c68de63a7d6d894c127967506ae41154dc6236aaaf4df5f93d276d4e2aaa55c7ba50d05a0cf
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-oauth_oidc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Bohn
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-11-
|
13
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: addressable
|
@@ -215,11 +215,11 @@ files:
|
|
215
215
|
- LICENSE.txt
|
216
216
|
- README.md
|
217
217
|
- Rakefile
|
218
|
+
- lib/omniauth-oauth_oidc.rb
|
218
219
|
- lib/omniauth/openid_connect.rb
|
219
220
|
- lib/omniauth/openid_connect/errors.rb
|
220
221
|
- lib/omniauth/openid_connect/version.rb
|
221
222
|
- lib/omniauth/strategies/openid_connect.rb
|
222
|
-
- lib/omniauth_openid_connect.rb
|
223
223
|
- omniauth-oauth_oidc.gemspec
|
224
224
|
- omniauth_openid_connect.gemspec
|
225
225
|
- test/fixtures/id_token.txt
|