Ahura.Extensions.Identity.Abstraction
1.0.3
dotnet add package Ahura.Extensions.Identity.Abstraction --version 1.0.3
NuGet\Install-Package Ahura.Extensions.Identity.Abstraction -Version 1.0.3
<PackageReference Include="Ahura.Extensions.Identity.Abstraction" Version="1.0.3" />
paket add Ahura.Extensions.Identity.Abstraction --version 1.0.3
#r "nuget: Ahura.Extensions.Identity.Abstraction, 1.0.3"
// Install Ahura.Extensions.Identity.Abstraction as a Cake Addin #addin nuget:?package=Ahura.Extensions.Identity.Abstraction&version=1.0.3 // Install Ahura.Extensions.Identity.Abstraction as a Cake Tool #tool nuget:?package=Ahura.Extensions.Identity.Abstraction&version=1.0.3
Ahura.Extensions.Identity
In .NET, Identity is a system for managing user authentication and authorization. It handles tasks like user registration, login, password management, role-based access, and account recovery.
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. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Ahura.Extensions.Identity.Abstraction:
Package | Downloads |
---|---|
Ahura.Extensions.Identity.Service
is a component within the Ahura framework, designed to provide comprehensive identity and authentication management services. It offers tools for handling user authentication, authorization, and role-based access control, integrating seamlessly with ASP.NET Core Identity. This extension simplifies common identity-related tasks, such as user registration, login, password management, and role assignments. It also supports token-based authentication, allowing for secure, scalable user identity management across applications. The service is intended to be easily customizable, providing a flexible identity solution suitable for various application needs. |
|
Ahura.Utility
This package is designed to serve as the core repository of all interface definitions needed by other packages within the framework. By housing all shared interfaces in one package, it provides a structured approach to maintaining clean and organized code across various modules, promoting consistency, modularity, and easy dependency management. Interfaces in this package act as standardized contracts, defining expected behaviors for key functionalities across different components. This allows each package to interact with other parts of the system in a consistent and predictable way, regardless of the underlying implementation details. Consequently, each package within the framework can reference and implement these interfaces without needing direct dependencies on specific implementations, which helps ensure a loosely coupled architecture. With all interfaces centralized, developers can more easily modify or replace implementations without impacting dependent packages, improving the framework’s flexibility and scalability. This separation also simplifies testing, as developers can mock interfaces independently of their implementations, making it easier to verify the behavior of individual components and improving the testability of the entire system. By promoting reusable code and standardized interactions, this package enables the development of scalable, maintainable applications while ensuring a clear structure and facilitating seamless collaboration among different modules of the framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 83 | 11/5/2024 |
Initial release with abstraction Identity for .NET