ND.FW.Authorization
0.0.1
dotnet add package ND.FW.Authorization --version 0.0.1
NuGet\Install-Package ND.FW.Authorization -Version 0.0.1
<PackageReference Include="ND.FW.Authorization" Version="0.0.1" />
<PackageVersion Include="ND.FW.Authorization" Version="0.0.1" />
<PackageReference Include="ND.FW.Authorization" />
paket add ND.FW.Authorization --version 0.0.1
#r "nuget: ND.FW.Authorization, 0.0.1"
#:package ND.FW.Authorization@0.0.1
#addin nuget:?package=ND.FW.Authorization&version=0.0.1
#tool nuget:?package=ND.FW.Authorization&version=0.0.1
A lightweight and extensible Authorization Provider for .NET applications, offering a unified package for Decrypting Token, Validating Token and Policy Based Validation such as RBAC
| 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
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.1.2)
- ND.App.Framework.Caching.Test (>= 0.0.1)
- ND.Framework.Observability (>= 0.0.2)
- Newtonsoft.Json (>= 13.0.4)
- Npgsql (>= 8.0.5)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
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.0.1 | 243 | 12/15/2025 |
Initial release of the Authorization Framework package.
Features:
- Unified authorization provider for .NET applications.
- Secure token decryption support.
- Token validation for authenticity and integrity.
- Policy-based authorization support.
- Built-in Role-Based Access Control (RBAC).
- Designed to be lightweight, extensible, and framework-agnostic.
- Seamless integration with ASP.NET Core authorization pipelines.