Klassd.Auth.Abstractions 0.0.1-beta.12

Prefix Reserved
This is a prerelease version of Klassd.Auth.Abstractions.
dotnet add package Klassd.Auth.Abstractions --version 0.0.1-beta.12
                    
NuGet\Install-Package Klassd.Auth.Abstractions -Version 0.0.1-beta.12
                    
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="Klassd.Auth.Abstractions" Version="0.0.1-beta.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Klassd.Auth.Abstractions" Version="0.0.1-beta.12" />
                    
Directory.Packages.props
<PackageReference Include="Klassd.Auth.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 Klassd.Auth.Abstractions --version 0.0.1-beta.12
                    
#r "nuget: Klassd.Auth.Abstractions, 0.0.1-beta.12"
                    
#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 Klassd.Auth.Abstractions@0.0.1-beta.12
                    
#: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=Klassd.Auth.Abstractions&version=0.0.1-beta.12&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Klassd.Auth.Abstractions&version=0.0.1-beta.12&prerelease
                    
Install as a Cake Tool

Storage adapter interfaces and DB-agnostic record types for Klassd.Auth.

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.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Klassd.Auth.Abstractions:

Package Downloads
Klassd.Auth.Core

Core authentication logic for Klassd.Auth: email/password, sessions (rotating refresh + access JWT), third-party (OAuth/OIDC), MFA (TOTP), email verification, user metadata. Storage-agnostic; pair with a Klassd.Auth.Data.* provider.

Klassd.Auth.Data.Sqlite

SQLite storage adapter for Klassd.Auth. Raw Microsoft.Data.Sqlite + JSON-in-TEXT (no EF/ORM), single-file database. The zero-infrastructure option. UseSqlite().

Klassd.Auth.Data.Postgres

PostgreSQL storage adapter for Klassd.Auth. Raw Npgsql + jsonb (no EF/ORM). UsePostgres().

Klassd.Auth.Data.MongoDb

MongoDB storage adapter for Klassd.Auth using MongoDB.Driver (no EF/ORM). UseMongoDb().

Klassd.Backoffice

Reusable CMS backoffice engine (Blazor Interactive Server admin + headless API) packaged as a Razor Class Library. Install into an ASP.NET Core host alongside a storage adapter to get a full code-first CMS.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-beta.12 129 6/26/2026
0.0.1-beta.11 128 6/21/2026
0.0.1-beta.10 123 6/20/2026
0.0.1-beta.9 117 6/20/2026
0.0.1-beta.8 131 6/20/2026
0.0.1-beta.7 262 6/19/2026
0.0.1-beta.6 257 6/19/2026
0.0.1-beta.5 113 6/19/2026
0.0.1-beta.4 104 6/18/2026
0.0.1-beta.3 214 6/12/2026
0.0.1-beta.2 102 6/12/2026
0.0.1-beta.1 101 6/12/2026