CleanArchitectureUtility.Utilities.Auth.ApiAuthentication
10.0.0
dotnet add package CleanArchitectureUtility.Utilities.Auth.ApiAuthentication --version 10.0.0
NuGet\Install-Package CleanArchitectureUtility.Utilities.Auth.ApiAuthentication -Version 10.0.0
<PackageReference Include="CleanArchitectureUtility.Utilities.Auth.ApiAuthentication" Version="10.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Utilities.Auth.ApiAuthentication" Version="10.0.0" />
<PackageReference Include="CleanArchitectureUtility.Utilities.Auth.ApiAuthentication" />
paket add CleanArchitectureUtility.Utilities.Auth.ApiAuthentication --version 10.0.0
#r "nuget: CleanArchitectureUtility.Utilities.Auth.ApiAuthentication, 10.0.0"
#:package CleanArchitectureUtility.Utilities.Auth.ApiAuthentication@10.0.0
#addin nuget:?package=CleanArchitectureUtility.Utilities.Auth.ApiAuthentication&version=10.0.0
#tool nuget:?package=CleanArchitectureUtility.Utilities.Auth.ApiAuthentication&version=10.0.0
Clean Architecture - API Authentication Utility The API Authentication Utility provides a set of tools for implementing authentication in applications designed using Clean Architecture principles. This utility supports token-based authentication (JWT), role-based authorization, and secure access to API endpoints, ensuring that the system maintains clear separation of concerns and modularity. By following Clean Architecture, the utility helps maintain a maintainable, scalable, and testable authentication system, ensuring that authentication logic is decoupled from other layers of the application.
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
- CleanArchitectureUtility.Extensions.Abstractions (>= 10.0.0)
- IdentityModel (>= 7.0.0)
- IdentityModel.AspNetCore.OAuth2Introspection (>= 6.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.0-preview.1.25120.3)
- Microsoft.Extensions.DependencyModel (>= 10.0.0-preview.1.25080.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.