ISL.Security.Client
2.0.1
See the version list below for details.
dotnet add package ISL.Security.Client --version 2.0.1
NuGet\Install-Package ISL.Security.Client -Version 2.0.1
<PackageReference Include="ISL.Security.Client" Version="2.0.1" />
<PackageVersion Include="ISL.Security.Client" Version="2.0.1" />
<PackageReference Include="ISL.Security.Client" />
paket add ISL.Security.Client --version 2.0.1
#r "nuget: ISL.Security.Client, 2.0.1"
#:package ISL.Security.Client@2.0.1
#addin nuget:?package=ISL.Security.Client&version=2.0.1
#tool nuget:?package=ISL.Security.Client&version=2.0.1
ISL.Security.Client
A Standard compliant client to abstract security operations away from the security broker.
The client offers User capabilities to extract information from a ClaimsPrincipal like the current user, roles, and claims.
It also provides Audit capabilities that will allow you to configure the audit properties on objects and then applying those values server side like CreatedBy, CreatedWhen, UpdatedBy, UpdatedWhen.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.Extensions.Configuration (>= 9.0.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.7)
- Xeption (>= 2.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial beta release of ISL.Security.Client. This library will allow you to extract information
for the current logged in user from a ClaimsPrincipal as well as allow you set audit properties server-side.