An open API service indexing awesome lists of open source software.

https://github.com/vndevpro/securityusers

Common objects / services to manage users of an application
https://github.com/vndevpro/securityusers

authentication manage-users

Last synced: 4 months ago
JSON representation

Common objects / services to manage users of an application

Awesome Lists containing this project

README

          

# SecurityUsers
Common objects / services to manage users of an application

## Scripts
SqlServerScripts -> All scripts required for SQL Server

## Binary files
[NuGet package](https://www.nuget.org/packages/SecurityUsers.SqlServer)

To install on PM console:

`Install-Package SecurityUsers.SqlServer`

## Usage
When creating an user, an email should be sent to the user (registration scenario) or other update of important fields...

This can be used in combination with [Messaging](https://github.com/vndevpro/Messaging) package