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
- Host: GitHub
- URL: https://github.com/vndevpro/securityusers
- Owner: vndevpro
- Created: 2018-09-18T03:24:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T12:04:13.000Z (over 7 years ago)
- Last Synced: 2025-02-14T17:22:24.139Z (over 1 year ago)
- Topics: authentication, manage-users
- Language: PLpgSQL
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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