Skip to content

Commit

Permalink
update readme, add package information
Browse files Browse the repository at this point in the history
  • Loading branch information
albx committed Aug 21, 2017
1 parent 761e694 commit b789070
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# Wilcommerce.Auth
Wilcommerce Authentication and Authorization package

## Installation
Nuget package available here [https://www.nuget.org/packages/Wilcommerce.Auth](https://www.nuget.org/packages/Wilcommerce.Auth)

## Models
The **Models** namespace contains all the classes representing the components used for creating authentication tokens.

## Read models
This namespace contains the interface which gives a readonly access to the components.

## Services
The **Services** namespace contains a set of components which gives a simple access to the features of this package.

## Commands
**Commands** namespace contains all the actions available on this package.

## Repository
This namespace contains the interface which defines the persistence of the components.

## Events
In the **Events** namespace are defined all the events that could happen after an action made.
14 changes: 6 additions & 8 deletions src/Wilcommerce.Auth/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"version": "1.0.0-beta1",

"authors": [ "Alberto Mori" ],
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.2",
"Microsoft.AspNetCore.Owin": "1.1.2",
Expand All @@ -9,23 +8,22 @@
"System.Linq.Queryable": "4.3.0",
"Microsoft.AspNetCore.Identity": "1.1.2"
},

"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
},
"authors": [ "Alberto Mori" ],
"packOptions": {
"iconUrl": "http://www.wilcommerce.com/logo64.png",
"licenseUrl": "https://github.com/wilcommerce/Wilcommerce.Auth/blob/master/LICENSE",
"owners": [ "Alberto Mori" ],
"projectUrl": "https://github.com/wilcommerce/Wilcommerce.Auth",
"repository": {
"type": "git",
"url": "https://github.com/wilcommerce/Wilcommerce.Auth"
},
"tags": [ "wilcommerce", "ecommerce", "opensource", ".netcore", ".net", "authentication", "owin", "identity" ],
"owners": [ "Alberto Mori" ],
"summary": "Wilcommerce Authentication library"
}
"summary": "Wilcommerce Authentication library",
"tags": [ "wilcommerce", "ecommerce", "opensource", ".netcore", ".net", "authentication", "owin", "identity" ]
},
"version": "1.0.0-beta1"
}

0 comments on commit b789070

Please sign in to comment.