ND.Authentication.Framework
0.0.3
See the version list below for details.
dotnet add package ND.Authentication.Framework --version 0.0.3
NuGet\Install-Package ND.Authentication.Framework -Version 0.0.3
<PackageReference Include="ND.Authentication.Framework" Version="0.0.3" />
<PackageVersion Include="ND.Authentication.Framework" Version="0.0.3" />
<PackageReference Include="ND.Authentication.Framework" />
paket add ND.Authentication.Framework --version 0.0.3
#r "nuget: ND.Authentication.Framework, 0.0.3"
#:package ND.Authentication.Framework@0.0.3
#addin nuget:?package=ND.Authentication.Framework&version=0.0.3
#tool nuget:?package=ND.Authentication.Framework&version=0.0.3
A modular and extensible .NET Authentication Framework designed to simplify
user authentication, OTP-based verification, password policies, and secure
reset workflows. The framework provides plug-and-play authentication APIs
with support for custom password policies and enterprise-grade extensibility.
This package enables developers to integrate authentication features into
applications with minimal setup and maximum flexibility.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
-
net8.0
- AWSSDK.Core (>= 4.0.3.1)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.11)
- Microsoft.Extensions.Configuration (>= 10.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
- ND.Observability.Framework (>= 1.0.0)
- Newtonsoft.Json (>= 13.0.4)
- Polly (>= 8.6.4)
- System.Data.SqlClient (>= 4.9.0)
- System.IdentityModel.Tokens.Jwt (>= 8.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.0.1 - Initial Release
This release introduces the complete authentication workflow, including:
• Single-Factor Authentication (username + password)
• Two-Factor Authentication (2FA) via OTP generation and validation
• Forgot Password and Reset Password flows
• Customizable password policy (IPasswordPolicy)
• Standardized input validation and error responses
• Modular, extendable design suitable for multi-application integration
• This package currently uses Sql Server Database for storing password validation
This version establishes a stable foundation to build secure and reusable
authentication components across .NET applications.