omniauth-auth0 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of omniauth-auth0 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.github/PULL_REQUEST_TEMPLATE.md +1 -1
- data/CHANGELOG.md +11 -2
- data/Gemfile.lock +9 -9
- data/lib/omniauth-auth0/version.rb +1 -1
- data/lib/omniauth/auth0/jwt_validator.rb +1 -0
- data/lib/omniauth/strategies/auth0.rb +1 -0
- data/omniauth-auth0.gemspec +0 -2
- data/spec/omniauth/auth0/jwt_validator_spec.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 735b9218b77206e4e3c8d2a3e0aa983fa4b5fc41591a593ea681d5bcaa8c12d6
|
4
|
+
data.tar.gz: d66683b025e4dbe28c3986e5f271b71087145d1f3b9f8c425b89bc139a77750f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '02885a905400e376c738b6fd01892e372902f8394b10d5c1436d6105127e28055827c4ca2b09f3d31df0d163dd01ea8f5dd8d53fdf2f8fc1201ba116cdcb6b9f'
|
7
|
+
data.tar.gz: e7b50a03c9ed21e981d89a4fa36f220da3bac9e963999fc56762ada02b19873e3452d6084198595924fa4e2be8480bfac6150e56d4536c5cf93b53369ded3253
|
@@ -29,4 +29,4 @@ Please describe how this can be tested by reviewers. Be specific about anything
|
|
29
29
|
* [ ] I have read the [Auth0 contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
|
30
30
|
* [ ] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
|
31
31
|
* [ ] All existing and new tests complete without errors
|
32
|
-
* [ ] All code quality tools/guidelines in the [CONTRIBUTING documentation](CONTRIBUTING.md) have been run/followed
|
32
|
+
* [ ] All code quality tools/guidelines in the [CONTRIBUTING documentation](https://github.com/auth0/omniauth-auth0/blob/master/CONTRIBUTING.md) have been run/followed
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,19 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v2.3.1](https://github.com/auth0/omniauth-auth0/tree/v2.3.1) (2020-03-27)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.3.0...v2.3.1)
|
6
|
+
|
7
|
+
**Fixed bugs:**
|
8
|
+
|
9
|
+
- Fixes dependency issue [\#97](https://github.com/auth0/omniauth-auth0/pull/97) ([davidpatrick](https://github.com/davidpatrick))
|
10
|
+
- Fix "NameError: uninitialized constant OmniAuth::Auth0::TokenValidationError" [\#96](https://github.com/auth0/omniauth-auth0/pull/96) ([stefanwork](https://github.com/stefanwork))
|
11
|
+
|
3
12
|
## [v2.3.0](https://github.com/auth0/omniauth-auth0/tree/v2.3.0) (2020-03-06)
|
4
|
-
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.
|
13
|
+
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.2.0...v2.3.0)
|
5
14
|
|
6
15
|
**Added**
|
7
|
-
- Improved OIDC Compliance [\#
|
16
|
+
- Improved OIDC Compliance [\#92](https://github.com/auth0/omniauth-auth0/pull/92) ([davidpatrick](https://github.com/davidpatrick))
|
8
17
|
|
9
18
|
## [v2.2.0](https://github.com/auth0/omniauth-auth0/tree/v2.2.0) (2018-04-18)
|
10
19
|
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.1.0...v2.2.0)
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-auth0 (2.3.
|
4
|
+
omniauth-auth0 (2.3.1)
|
5
5
|
omniauth-oauth2 (~> 1.5)
|
6
6
|
|
7
7
|
GEM
|
@@ -27,7 +27,7 @@ GEM
|
|
27
27
|
ffi (1.12.2)
|
28
28
|
formatador (0.2.5)
|
29
29
|
gem-release (2.1.1)
|
30
|
-
guard (2.16.
|
30
|
+
guard (2.16.2)
|
31
31
|
formatador (>= 0.2.4)
|
32
32
|
listen (>= 2.7, < 4.0)
|
33
33
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -51,7 +51,7 @@ GEM
|
|
51
51
|
rb-inotify (~> 0.9, >= 0.9.7)
|
52
52
|
ruby_dep (~> 1.2)
|
53
53
|
lumberjack (1.2.4)
|
54
|
-
method_source (0.
|
54
|
+
method_source (1.0.0)
|
55
55
|
multi_json (1.14.1)
|
56
56
|
multi_xml (0.6.0)
|
57
57
|
multipart-post (2.1.1)
|
@@ -74,11 +74,11 @@ GEM
|
|
74
74
|
oauth2 (~> 1.1)
|
75
75
|
omniauth (~> 1.9)
|
76
76
|
parallel (1.19.1)
|
77
|
-
parser (2.7.0.
|
77
|
+
parser (2.7.0.5)
|
78
78
|
ast (~> 2.4.0)
|
79
|
-
pry (0.
|
80
|
-
coderay (~> 1.1
|
81
|
-
method_source (~>
|
79
|
+
pry (0.13.0)
|
80
|
+
coderay (~> 1.1)
|
81
|
+
method_source (~> 1.0)
|
82
82
|
public_suffix (4.0.3)
|
83
83
|
rack (2.2.2)
|
84
84
|
rack-protection (2.0.8.1)
|
@@ -97,7 +97,7 @@ GEM
|
|
97
97
|
rspec-mocks (~> 3.9.0)
|
98
98
|
rspec-core (3.9.1)
|
99
99
|
rspec-support (~> 3.9.1)
|
100
|
-
rspec-expectations (3.9.
|
100
|
+
rspec-expectations (3.9.1)
|
101
101
|
diff-lcs (>= 1.2.0, < 2.0)
|
102
102
|
rspec-support (~> 3.9.0)
|
103
103
|
rspec-mocks (3.9.1)
|
@@ -136,7 +136,7 @@ GEM
|
|
136
136
|
tilt (2.0.10)
|
137
137
|
unicode-display_width (1.6.1)
|
138
138
|
url (0.3.2)
|
139
|
-
webmock (3.8.
|
139
|
+
webmock (3.8.3)
|
140
140
|
addressable (>= 2.3.6)
|
141
141
|
crack (>= 0.3.2)
|
142
142
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/omniauth-auth0.gemspec
CHANGED
@@ -16,8 +16,6 @@ OmniAuth is a library that standardizes multi-provider authentication for web ap
|
|
16
16
|
omniauth-auth0 is the OmniAuth strategy for Auth0.
|
17
17
|
}
|
18
18
|
|
19
|
-
s.rubyforge_project = 'omniauth-auth0'
|
20
|
-
|
21
19
|
s.files = `git ls-files`.split("\n")
|
22
20
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
23
21
|
s.executables = `git ls-files -- bin/*`.split('\n').map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-auth0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Auth0
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|