wilcommerce / Wilcommerce.Auth

Wilcommerce Authentication and Authorization package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wilcommerce.Auth

Wilcommerce Authentication and Authorization package.
It uses AspNetCore Identity framework to manage sign in and user persistence.

Installation

Nuget package available here https://www.nuget.org/packages/Wilcommerce.Auth

Models

The Models namespace contains the user class.

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.

Events

In the Events namespace are defined all the events that could happen after an action made.

Contributing

If you want to contribute to Wilcommerce please, check the CONTRIBUTING file.

About

Wilcommerce Authentication and Authorization package

License:MIT License


Languages

Language:C# 100.0%