Skip to content

Commit

Permalink
update csproj and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albx committed Sep 22, 2018
1 parent 5ac9b2d commit 30847dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Wilcommerce.Auth
Wilcommerce Authentication and Authorization package
Wilcommerce Authentication and Authorization package.<br/>
It uses AspNetCore Identity framework to manage sign in and user persistence.

## 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.
The **Models** namespace contains the user class.

## Read models
This namespace contains the interface which gives a readonly access to the components.
Expand All @@ -16,9 +17,6 @@ The **Services** namespace contains a set of components which gives a simple acc
## 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.

Expand Down
7 changes: 1 addition & 6 deletions src/Wilcommerce.Auth/Wilcommerce.Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>1.0.0-rc4</Version>
<Version>1.0.0-rc5</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<Description>Wilcommerce Authentication and Authorization library</Description>
</PropertyGroup>
Expand All @@ -28,11 +28,6 @@
<DocumentationFile>bin\Release\netstandard2.0\Wilcommerce.Auth.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Remove="Commands\User\Handlers\CreateNewAdministratorCommandHandler.cs~RF25c1b0bf.TMP" />
<None Remove="Events\User\PasswordRecoveryValidatedEvent.cs~RF294eef59.TMP" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="2.1.1" />
Expand Down

0 comments on commit 30847dc

Please sign in to comment.