File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 11# Wilcommerce.Auth
2- Wilcommerce Authentication and Authorization package
2+ Wilcommerce Authentication and Authorization package.<br />
3+ It uses AspNetCore Identity framework to manage sign in and user persistence.
34
45## Installation
56Nuget package available here [ https://www.nuget.org/packages/Wilcommerce.Auth ] ( https://www.nuget.org/packages/Wilcommerce.Auth )
67
78## Models
8- The ** Models** namespace contains all the classes representing the components used for creating authentication tokens .
9+ The ** Models** namespace contains the user class .
910
1011## Read models
1112This namespace contains the interface which gives a readonly access to the components.
@@ -16,9 +17,6 @@ The **Services** namespace contains a set of components which gives a simple acc
1617## Commands
1718** Commands** namespace contains all the actions available on this package.
1819
19- ## Repository
20- This namespace contains the interface which defines the persistence of the components.
21-
2220## Events
2321In the ** Events** namespace are defined all the events that could happen after an action made.
2422
Original file line number Diff line number Diff line change 1515 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
1616 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1717 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
18- <Version >1.0.0-rc4 </Version >
18+ <Version >1.0.0-rc5 </Version >
1919 <PackageReleaseNotes ></PackageReleaseNotes >
2020 <Description >Wilcommerce Authentication and Authorization library</Description >
2121 </PropertyGroup >
2828 <DocumentationFile >bin\Release\netstandard2.0\Wilcommerce.Auth.xml</DocumentationFile >
2929 </PropertyGroup >
3030
31- <ItemGroup >
32- <None Remove =" Commands\User\Handlers\CreateNewAdministratorCommandHandler.cs~RF25c1b0bf.TMP" />
33- <None Remove =" Events\User\PasswordRecoveryValidatedEvent.cs~RF294eef59.TMP" />
34- </ItemGroup >
35-
3631 <ItemGroup >
3732 <PackageReference Include =" Microsoft.AspNetCore.Authentication.Cookies" Version =" 2.1.2" />
3833 <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.1.1" />
You can’t perform that action at this time.
0 commit comments