Webority.Security.Abstractions 0.5.1

dotnet add package Webority.Security.Abstractions --version 0.5.1
                    
NuGet\Install-Package Webority.Security.Abstractions -Version 0.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Webority.Security.Abstractions" Version="0.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Webority.Security.Abstractions" Version="0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Webority.Security.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Webority.Security.Abstractions --version 0.5.1
                    
#r "nuget: Webority.Security.Abstractions, 0.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Webority.Security.Abstractions@0.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Webority.Security.Abstractions&version=0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Webority.Security.Abstractions&version=0.5.1
                    
Install as a Cake Tool

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());

Maturity

Password, JWT, cookie and API-key authentication are exercised by adopting products.

SAML and passkeys (WebAuthn) are validated against test vectors only. Neither has completed a live exchange with a real identity provider (Entra ID, Okta, ADFS) or a physical authenticator. The implementations are complete and tested, but the first real exchange is where protocol implementations most commonly disagree — the SAML redirect-binding query signature above all. Treat both as unproven until that has happened.

Proprietary — for use within Webority Technologies products.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Webority.Security.Abstractions:

Package Downloads
Webority.Security.Core

Provider-neutral security primitives for Webority products: multi-format PBKDF2 password hashing with rehash-on-verify, RFC 6238 TOTP, recovery codes, purpose-scoped tokens, and lockout policy. No ASP.NET, EF, or vendor dependency.

Webority.Security.AspNetCore

ASP.NET Core integration for Webority.Security: realm-generic registration, cookie and JWT schemes, sign-in orchestration, permission authorization, security headers, Cloudflare-cache-safe antiforgery, and rate-limit presets.

Webority.Security.Jwt

JWT issuance, validation, refresh-token rotation and revocation for Webority products. HS256 with strict validation, hashed refresh tokens, per-installation sessions, and reuse detection.

Webority.Security.EntityFrameworkCore

Generic EF Core store implementations for Webority.Security that bind to a host's own DbContext and entity types. Defines no entities and no tables.

Webority.Security.WebAuthn

WebAuthn/FIDO2 passkey registration and authentication for Webority products — platform biometrics, OS PIN, and roaming security keys, usable as a primary factor or a second factor.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.1 51 9/15/2026
0.5.0 63 9/14/2026
0.4.2 197 8/13/2026
0.4.1 166 8/13/2026
0.4.0 155 8/12/2026
0.3.0 161 8/12/2026
0.2.0 151 8/12/2026
0.1.6 161 8/12/2026
0.1.5 149 8/12/2026
0.1.4 147 8/12/2026
0.1.3 157 8/12/2026
0.1.2 154 8/12/2026
0.1.1 146 8/12/2026
0.1.0 158 8/12/2026