Furiza.Base.Core.Identity.Abstractions
2.3.0
Abstractions project contains interfaces that you may use to implement authentication and authorization logic and to transform user claims principal into a rich domain entity.
Install-Package Furiza.Base.Core.Identity.Abstractions -Version 2.3.0
dotnet add package Furiza.Base.Core.Identity.Abstractions --version 2.3.0
<PackageReference Include="Furiza.Base.Core.Identity.Abstractions" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Furiza.Base.Core.Identity.Abstractions --version 2.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Furiza.Base.Core.Identity.Abstractions, 2.3.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Furiza.Base.Core.Identity.Abstractions:
Package | Downloads |
---|---|
Furiza.AspNetCore.Authentication.JwtBearer
This package implements logic for jwt generation including a set of claims widely used for user management. It also handles user data deserialization through a set of claims obtained from HttpContext making data available through dependency injection.
|
|
Furiza.AspNetCore.Identity.EntityFrameworkCore
This package implements logic for Identity Abstractions making use of Identity Framework for user and permissions management. It also includes a database initializer with default users and roles.
|
|
Furiza.AspNetCore.ScopedRoleAssignmentProvider
This package implements a mechanism for scoped role assignment provider making use of an adapter that make http requests for a default Furiza Security Provider Web Api.
|
|
Furiza.AspNetCore.WebApp.Authentication.CookiesByJwtBearer
This package implements logic for cookie authentication with refresh token mechanism through a JWT genereated by any Furiza Security Provider WebApi, making possible to work with the JWT generated for microservices webapis in browser based web applications.
|
|
Furiza.Networking
This package configures networking for http requests. It offers a HttpClientFactory that create HttpClients with AccessToken added as an Authorization Bearer header obtained from an UserPrincipal retrieved from HttpContext.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 824 | 7/29/2019 |
2.2.2 | 1,407 | 4/15/2019 |
2.2.1 | 1,718 | 1/15/2019 |
2.2.0 | 671 | 1/14/2019 |
2.1.1 | 515 | 11/16/2018 |
2.1.0 | 334 | 11/15/2018 |
2.0.3 | 321 | 11/1/2018 |
2.0.2 | 335 | 10/28/2018 |
2.0.1 | 350 | 10/26/2018 |
2.0.0 | 320 | 10/26/2018 |
1.0.3 | 391 | 10/21/2018 |
1.0.2 | 368 | 10/18/2018 |
1.0.1 | 456 | 10/11/2018 |
1.0.0 | 415 | 10/3/2018 |