Webority.Security.EntityFrameworkCore
0.2.0
See the version list below for details.
dotnet add package Webority.Security.EntityFrameworkCore --version 0.2.0
NuGet\Install-Package Webority.Security.EntityFrameworkCore -Version 0.2.0
<PackageReference Include="Webority.Security.EntityFrameworkCore" Version="0.2.0" />
<PackageVersion Include="Webority.Security.EntityFrameworkCore" Version="0.2.0" />
<PackageReference Include="Webority.Security.EntityFrameworkCore" />
paket add Webority.Security.EntityFrameworkCore --version 0.2.0
#r "nuget: Webority.Security.EntityFrameworkCore, 0.2.0"
#:package Webority.Security.EntityFrameworkCore@0.2.0
#addin nuget:?package=Webority.Security.EntityFrameworkCore&version=0.2.0
#tool nuget:?package=Webority.Security.EntityFrameworkCore&version=0.2.0
Webority.Security
Shared security and identity packages for Webority products: authentication, multi-factor (TOTP, OTP, recovery codes, passkeys), JWT issuance with hashed refresh tokens and revocation, permission-based authorization, and ASP.NET Core perimeter hardening.
Designed to plug into an application's existing data model: the packages own no entities
and no tables. A host's own entities implement small capability interfaces, and the
EntityFrameworkCore package binds generically to the host's DbContext.
services.AddWeboritySecurity(config.GetSection("Security"))
.DirectlyExposed() // or .BehindProxy(...)
.AddRealm<CustomerUser>("Customer", r => r
.WithEmailLogin()
.UseJwt()
.WithTotp()
.WithPasskeys());
Proprietary — for use within Webority Technologies products.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.10)
- Webority.Security.Abstractions (>= 0.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.