ND.Authentication.Framework
0.0.4
dotnet add package ND.Authentication.Framework --version 0.0.4
NuGet\Install-Package ND.Authentication.Framework -Version 0.0.4
<PackageReference Include="ND.Authentication.Framework" Version="0.0.4" />
<PackageVersion Include="ND.Authentication.Framework" Version="0.0.4" />
<PackageReference Include="ND.Authentication.Framework" />
paket add ND.Authentication.Framework --version 0.0.4
#r "nuget: ND.Authentication.Framework, 0.0.4"
#:package ND.Authentication.Framework@0.0.4
#addin nuget:?package=ND.Authentication.Framework&version=0.0.4
#tool nuget:?package=ND.Authentication.Framework&version=0.0.4
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.Framework.Observability (>= 0.0.1)
- 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.4 - Enhancements and Improvements
• Added "tokenType" claim in the generated authentication token to support
downstream authorization and token validation scenarios.