Webority.Security.WebAuthn
0.5.1
dotnet add package Webority.Security.WebAuthn --version 0.5.1
NuGet\Install-Package Webority.Security.WebAuthn -Version 0.5.1
<PackageReference Include="Webority.Security.WebAuthn" Version="0.5.1" />
<PackageVersion Include="Webority.Security.WebAuthn" Version="0.5.1" />
<PackageReference Include="Webority.Security.WebAuthn" />
paket add Webority.Security.WebAuthn --version 0.5.1
#r "nuget: Webority.Security.WebAuthn, 0.5.1"
#:package Webority.Security.WebAuthn@0.5.1
#addin nuget:?package=Webority.Security.WebAuthn&version=0.5.1
#tool nuget:?package=Webority.Security.WebAuthn&version=0.5.1
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 | 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.Extensions.Caching.Memory (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- System.Formats.Cbor (>= 10.0.10)
- Webority.Security.Abstractions (>= 0.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.5.1 | 69 | 9/15/2026 |
| 0.5.0 | 81 | 9/14/2026 |
| 0.4.2 | 121 | 8/13/2026 |
| 0.4.1 | 114 | 8/13/2026 |
| 0.4.0 | 100 | 8/12/2026 |
| 0.3.0 | 97 | 8/12/2026 |
| 0.2.0 | 99 | 8/12/2026 |
| 0.1.6 | 94 | 8/12/2026 |
| 0.1.5 | 94 | 8/12/2026 |
| 0.1.4 | 97 | 8/12/2026 |
| 0.1.3 | 98 | 8/12/2026 |
| 0.1.2 | 102 | 8/12/2026 |
| 0.1.1 | 108 | 8/12/2026 |
| 0.1.0 | 105 | 8/12/2026 |