This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-alpha1-*" ,
33
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+ },
1117
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+ ]
1525 },
1626
17- "tags" : [
18- " aspnetcore" ,
19- " authentication" ,
20- " jwt" ,
21- " openidconnect" ,
22- " security"
23- ],
24-
25- "compilationOptions" : {
27+ "buildOptions" : {
28+ "warningsAsErrors" : true ,
2629 "nowarn" : [ " CS1591" ],
2730 "xmlDoc" : true
2831 },
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-alpha1-*" ,
33
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+ },
1117
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+ ]
1525 },
1626
17- "tags" : [
18- " aspnetcore" ,
19- " authentication" ,
20- " jwt" ,
21- " openidconnect" ,
22- " security"
23- ],
24-
25- "compilationOptions" : {
27+ "buildOptions" : {
28+ "warningsAsErrors" : true ,
2629 "nowarn" : [ " CS1591" ],
2730 "xmlDoc" : true
2831 },
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-alpha1-*" ,
33
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" ],
78
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" ,
1112
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+ },
1617
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+ },
2527
26- "compilationOptions" : {
28+ "buildOptions" : {
29+ "warningsAsErrors" : true ,
2730 "nowarn" : [ " CS1591" ],
2831 "xmlDoc" : true
2932 },
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-alpha1-*" ,
33
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" ],
78
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" ,
1112
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+ },
1617
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+ },
2527
26- "compilationOptions" : {
28+ "buildOptions" : {
29+ "warningsAsErrors" : true ,
2730 "nowarn" : [ " CS1591" ],
2831 "xmlDoc" : true
2932 },
Original file line number Diff line number Diff line change 11{
2- "compilationOptions " : {
2+ "buildOptions " : {
33 "warningsAsErrors" : true
44 },
55
Original file line number Diff line number Diff line change 11{
2- "compilationOptions " : {
2+ "buildOptions " : {
33 "warningsAsErrors" : true
44 },
55
Original file line number Diff line number Diff line change 11{
2- "compilationOptions " : {
2+ "buildOptions " : {
33 "warningsAsErrors" : true
44 },
55
Original file line number Diff line number Diff line change 11{
2- "compilationOptions " : {
2+ "buildOptions " : {
33 "warningsAsErrors" : true
44 },
55
You can’t perform that action at this time.
0 commit comments