Info
Version: | 1.5.0.1 |
Author(s): | Fabio Rea |
Last Update: | Monday, January 4, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DreamNet.Identity.Data.Context |
Install
Install-Package DreamNet.Identity.Data.Context
dotnet add package DreamNet.Identity.Data.Context
paket add DreamNet.Identity.Data.Context
DreamNet.Identity.Data.Context Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 3.1.5)
- Microsoft.EntityFrameworkCore(>= 3.1.5)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.5)
- System.ComponentModel.Annotations(>= 4.7.0)
Contains three entities:
- Application
- ApplicationUser (extends IdentityUser)
- UserInApplication
many users can be bound to many applications.