CleanArchitectureUtility.Utilities.Auth.ApiAuthentication
9.0.0
See the version list below for details.
dotnet add package CleanArchitectureUtility.Utilities.Auth.ApiAuthentication --version 9.0.0
NuGet\Install-Package CleanArchitectureUtility.Utilities.Auth.ApiAuthentication -Version 9.0.0
<PackageReference Include="CleanArchitectureUtility.Utilities.Auth.ApiAuthentication" Version="9.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Utilities.Auth.ApiAuthentication" Version="9.0.0" />
<PackageReference Include="CleanArchitectureUtility.Utilities.Auth.ApiAuthentication" />
paket add CleanArchitectureUtility.Utilities.Auth.ApiAuthentication --version 9.0.0
#r "nuget: CleanArchitectureUtility.Utilities.Auth.ApiAuthentication, 9.0.0"
#:package CleanArchitectureUtility.Utilities.Auth.ApiAuthentication@9.0.0
#addin nuget:?package=CleanArchitectureUtility.Utilities.Auth.ApiAuthentication&version=9.0.0
#tool nuget:?package=CleanArchitectureUtility.Utilities.Auth.ApiAuthentication&version=9.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 | net9.0 is compatible. 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. |
-
net9.0
- CleanArchitectureUtility.Extensions.Abstractions (>= 9.0.11)
- IdentityModel (>= 7.0.0)
- IdentityModel.AspNetCore.OAuth2Introspection (>= 6.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 9.0.2)
- Microsoft.Extensions.DependencyModel (>= 9.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.