Helatra.Security
1.0.0.9
dotnet add package Helatra.Security --version 1.0.0.9
NuGet\Install-Package Helatra.Security -Version 1.0.0.9
<PackageReference Include="Helatra.Security" Version="1.0.0.9" />
<PackageVersion Include="Helatra.Security" Version="1.0.0.9" />
<PackageReference Include="Helatra.Security" />
paket add Helatra.Security --version 1.0.0.9
#r "nuget: Helatra.Security, 1.0.0.9"
#:package Helatra.Security@1.0.0.9
#addin nuget:?package=Helatra.Security&version=1.0.0.9
#tool nuget:?package=Helatra.Security&version=1.0.0.9
Helatra.Security
Security primitives for ASP.NET Core — JWT bearer configuration helpers, password hashing, token issuance, and authentication scheme wiring.
Installation
dotnet add package Helatra.Security
Or via the Helatra Nexus feed:
dotnet add package Helatra.Security \
--source https://artifact.helatra.com/repository/nuget-hosted/index.json
Add to your .csproj:
<PackageReference Include="Helatra.Security" Version="*" />
Quick Start
// Register the package's services in Program.cs
builder.Services.AddSecurity();
See the source repository for full configuration options, sample code, and integration guidance.
Requirements
- .NET 9.0 or later
Repository
github.com/HelatraFrameWork/framework
License
MIT — Helatra
| 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.AspNetCore.Authentication.JwtBearer (>= 9.0.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Helatra.Security:
| Package | Downloads |
|---|---|
|
Helatra.ClaimIdentity
Claims-based identity and JWT authentication for ASP.NET Core. Provides ApplicationClaim entity, IClaimService, route claim discovery, and role/group hierarchy on top of Microsoft.AspNetCore.Identity. |
GitHub repositories
This package is not used by any popular GitHub repositories.