Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 6aed946

Browse files
committed
Merge branch 'release' into dev
2 parents 2934bb8 + a5bd9d2 commit 6aed946

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

src/Microsoft.AspNet.Security.Cookies/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
34
"dependencies": {
45
"Microsoft.AspNet.Security": "1.0.0-*",
56
"Newtonsoft.Json": "6.0.6"

src/Microsoft.AspNet.Security.Facebook/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
34
"dependencies": {
45
"Microsoft.AspNet.Security.OAuth": "1.0.0-*"
56
},

src/Microsoft.AspNet.Security.Google/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.",
34
"dependencies": {
45
"Microsoft.AspNet.Security.OAuth": "1.0.0-*"
56
},

src/Microsoft.AspNet.Security.MicrosoftAccount/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.",
34
"dependencies": {
45
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
56
},

src/Microsoft.AspNet.Security.OAuth/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
34
"dependencies": {
45
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
56
"Microsoft.AspNet.Security": "1.0.0-*",

src/Microsoft.AspNet.Security.Twitter/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.",
34
"dependencies": {
45
"Microsoft.AspNet.Security": "1.0.0-*"
56
},

src/Microsoft.AspNet.Security/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 common types used by the various authentication middleware.",
34
"dependencies": {
45
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
56
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },

0 commit comments

Comments
 (0)