Skip to content

fgaravaglia/Umbrella.UserManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Content

Library to implement lightweight User Management domain

Build Status Security Rating Maintainability Rating Reliability Rating Vulnerabilities Bugs

Installation

To install it, use proper command:

dotnet add package Umbrella.UserManagement 
dotnet add package Umbrella.UserManagement.Firestore

Nuget NuGet Downloads

For more details about download, see NuGet Web Site

Usage

to setup the repository at application startup, use the following extension:

using Umbrella.UserManagement;
. . .
builder.Services.AddUserManagement(Environment.CurrentDirectory);

Usage with Google Firestore

to setup the repository at application startup, use the following extension:

using Umbrella.UserManagement.Firestore;
. . .
builder.Services.AddFirestoreUserManagement(Environment.CurrentDirectory);

About

Library to implement lightweight User Management domain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages