AugusteVN.Modules.Auth.Features
1.1.5
dotnet add package AugusteVN.Modules.Auth.Features --version 1.1.5
NuGet\Install-Package AugusteVN.Modules.Auth.Features -Version 1.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AugusteVN.Modules.Auth.Features" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AugusteVN.Modules.Auth.Features" Version="1.1.5" />
<PackageReference Include="AugusteVN.Modules.Auth.Features" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AugusteVN.Modules.Auth.Features --version 1.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AugusteVN.Modules.Auth.Features, 1.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AugusteVN.Modules.Auth.Features@1.1.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AugusteVN.Modules.Auth.Features&version=1.1.5
#tool nuget:?package=AugusteVN.Modules.Auth.Features&version=1.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AugusteVN.Modules.Auth.Features
EF Core CQRS handlers for authentication, roles, and user management.
Handlers
| Handler | Purpose |
|---|---|
UpsertUserCommandHandler |
Create or update a user |
UpdateUserInfoCommandHandler |
Update user profile information |
DeleteUserCommandHandler |
Delete a user |
GetRolesForUserQueryHandler |
Get roles assigned to a user |
CreateRoleCommandHandler |
Create a role |
DeleteRoleCommandHandler |
Delete a role |
UpdateRolePermissionsCommandHandler |
Update role permissions |
Query Records (Definition Only)
These record types are defined in _Shared so that API endpoints can reference them without depending on database implementation details. The handlers live in this Features project.
| Record | Used By |
|---|---|
GetUsersQuery |
Auth.Features |
GetRolesQuery |
Auth.Features |
Registration
builder.Services.AddAuthFeatures(builder.Configuration);
Installation
dotnet add package AugusteVN.Modules.Auth.Features
Full Documentation
See the Auth Module README for complete documentation.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- AugusteVN.CQRS.Extensions (>= 1.1.5)
- AugusteVN.Database.EFCore (>= 1.1.4)
- AugusteVN.Modules.Auth._Shared (>= 1.0.9)
- AugusteVN.Modules.Auth.Database (>= 1.1.2)
- AugusteVN.ResultPattern.Contracts (>= 1.1.5)
- FluentValidation.DependencyInjectionExtensions (>= 11.11.0)
- Mapster (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Identity.Core (>= 10.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AugusteVN.Modules.Auth.Features:
| Package | Downloads |
|---|---|
|
AugusteVN.Modules.Auth.Api
Minimal API endpoints for authentication, identity, roles, and user management |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.5 | 80 | 9/17/2026 |
| 1.0.14 | 97 | 9/15/2026 |
| 1.0.13 | 97 | 9/15/2026 |
| 1.0.12 | 95 | 9/15/2026 |
| 1.0.11 | 96 | 9/15/2026 |
| 1.0.10 | 95 | 9/15/2026 |
| 1.0.9 | 107 | 9/12/2026 |
| 1.0.8 | 117 | 9/11/2026 |
| 1.0.7 | 129 | 8/9/2026 |
| 1.0.4 | 108 | 8/9/2026 |
| 1.0.3 | 114 | 8/9/2026 |
| 1.0.2 | 112 | 8/8/2026 |
| 1.0.1 | 108 | 8/8/2026 |
| 1.0.0 | 126 | 8/8/2026 |