-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme, add package information
- Loading branch information
Showing
2 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters