Wilcommerce Authentication and Authorization package.
It uses AspNetCore Identity framework to manage sign in and user persistence.
Nuget package available here https://www.nuget.org/packages/Wilcommerce.Auth
The Models namespace contains the user class.
This namespace contains the interface which gives a readonly access to the components.
The Services namespace contains a set of components which gives a simple access to the features of this package.
Commands namespace contains all the actions available on this package.
In the Events namespace are defined all the events that could happen after an action made.
If you want to contribute to Wilcommerce please, check the CONTRIBUTING file.