This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +92
-80
lines changed
AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation
Owin.Security.OAuth.Introspection
Owin.Security.OAuth.Validation
AspNet.Security.OAuth.Introspection.Tests
AspNet.Security.OAuth.Validation.Tests
Owin.Security.OAuth.Introspection.Tests
Owin.Security.OAuth.Validation.Tests Expand file tree Collapse file tree 8 files changed +92
-80
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-alpha1-*" ,
3
3
4
- "description" : " OAuth2 introspection middleware for ASP.NET Core." ,
5
- "authors" : [ " Kévin Chalet" ],
6
- "owners" : [ " Kévin Chalet" ],
7
-
8
- "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
9
- "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
10
- "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
4
+ "packOptions" : {
5
+ "description" : " OAuth2 introspection middleware for ASP.NET Core." ,
6
+ "authors" : [ " Kévin Chalet" ],
7
+ "owners" : [ " Kévin Chalet" ],
8
+
9
+ "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
10
+ "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
11
+ "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
12
+
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16
+ },
11
17
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
18
+ "tags" : [
19
+ " aspnetcore" ,
20
+ " authentication" ,
21
+ " jwt" ,
22
+ " openidconnect" ,
23
+ " security"
24
+ ]
15
25
},
16
26
17
- "tags" : [
18
- " aspnetcore" ,
19
- " authentication" ,
20
- " jwt" ,
21
- " openidconnect" ,
22
- " security"
23
- ],
24
-
25
- "compilationOptions" : {
27
+ "buildOptions" : {
28
+ "warningsAsErrors" : true ,
26
29
"nowarn" : [ " CS1591" ],
27
30
"xmlDoc" : true
28
31
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-alpha1-*" ,
3
3
4
- "description" : " OAuth2 validation middleware for ASP.NET Core." ,
5
- "authors" : [ " Kévin Chalet" ],
6
- "owners" : [ " Kévin Chalet" ],
7
-
8
- "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
9
- "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
10
- "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
4
+ "packOptions" : {
5
+ "description" : " OAuth2 validation middleware for ASP.NET Core." ,
6
+ "authors" : [ " Kévin Chalet" ],
7
+ "owners" : [ " Kévin Chalet" ],
8
+
9
+ "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
10
+ "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
11
+ "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
12
+
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16
+ },
11
17
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
18
+ "tags" : [
19
+ " aspnetcore" ,
20
+ " authentication" ,
21
+ " jwt" ,
22
+ " openidconnect" ,
23
+ " security"
24
+ ]
15
25
},
16
26
17
- "tags" : [
18
- " aspnetcore" ,
19
- " authentication" ,
20
- " jwt" ,
21
- " openidconnect" ,
22
- " security"
23
- ],
24
-
25
- "compilationOptions" : {
27
+ "buildOptions" : {
28
+ "warningsAsErrors" : true ,
26
29
"nowarn" : [ " CS1591" ],
27
30
"xmlDoc" : true
28
31
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-alpha1-*" ,
3
3
4
- "description" : " OAuth2 introspection middleware for OWIN/Katana." ,
5
- "authors" : [ " Kévin Chalet" ],
6
- "owners" : [ " Kévin Chalet" ],
4
+ "packOptions" : {
5
+ "description" : " OAuth2 introspection middleware for OWIN/Katana." ,
6
+ "authors" : [ " Kévin Chalet" ],
7
+ "owners" : [ " Kévin Chalet" ],
7
8
8
- "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
9
- "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
10
- "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
9
+ "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
10
+ "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
11
+ "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
11
12
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
15
- },
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16
+ },
16
17
17
- "tags" : [
18
- " authentication" ,
19
- " katana" ,
20
- " jwt" ,
21
- " openidconnect" ,
22
- " owin" ,
23
- " security"
24
- ],
18
+ "tags" : [
19
+ " authentication" ,
20
+ " katana" ,
21
+ " jwt" ,
22
+ " openidconnect" ,
23
+ " owin" ,
24
+ " security"
25
+ ]
26
+ },
25
27
26
- "compilationOptions" : {
28
+ "buildOptions" : {
29
+ "warningsAsErrors" : true ,
27
30
"nowarn" : [ " CS1591" ],
28
31
"xmlDoc" : true
29
32
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-alpha1-*" ,
3
3
4
- "description" : " OAuth2 validation middleware for OWIN/Katana." ,
5
- "authors" : [ " Kévin Chalet" ],
6
- "owners" : [ " Kévin Chalet" ],
4
+ "packOptions" : {
5
+ "description" : " OAuth2 validation middleware for OWIN/Katana." ,
6
+ "authors" : [ " Kévin Chalet" ],
7
+ "owners" : [ " Kévin Chalet" ],
7
8
8
- "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
9
- "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
10
- "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
9
+ "projectUrl" : " https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions" ,
10
+ "iconUrl" : " https://avatars3.githubusercontent.com/u/7998081?s=64" ,
11
+ "licenseUrl" : " http://www.apache.org/licenses/LICENSE-2.0.html" ,
11
12
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
15
- },
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions"
16
+ },
16
17
17
- "tags" : [
18
- " authentication" ,
19
- " katana" ,
20
- " jwt" ,
21
- " openidconnect" ,
22
- " owin" ,
23
- " security"
24
- ],
18
+ "tags" : [
19
+ " authentication" ,
20
+ " katana" ,
21
+ " jwt" ,
22
+ " openidconnect" ,
23
+ " owin" ,
24
+ " security"
25
+ ]
26
+ },
25
27
26
- "compilationOptions" : {
28
+ "buildOptions" : {
29
+ "warningsAsErrors" : true ,
27
30
"nowarn" : [ " CS1591" ],
28
31
"xmlDoc" : true
29
32
},
Original file line number Diff line number Diff line change 1
1
{
2
- "compilationOptions " : {
2
+ "buildOptions " : {
3
3
"warningsAsErrors" : true
4
4
},
5
5
Original file line number Diff line number Diff line change 1
1
{
2
- "compilationOptions " : {
2
+ "buildOptions " : {
3
3
"warningsAsErrors" : true
4
4
},
5
5
Original file line number Diff line number Diff line change 1
1
{
2
- "compilationOptions " : {
2
+ "buildOptions " : {
3
3
"warningsAsErrors" : true
4
4
},
5
5
Original file line number Diff line number Diff line change 1
1
{
2
- "compilationOptions " : {
2
+ "buildOptions " : {
3
3
"warningsAsErrors" : true
4
4
},
5
5
You can’t perform that action at this time.
0 commit comments