Tharga.Team 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Tharga.Team --version 2.0.3
                    
NuGet\Install-Package Tharga.Team -Version 2.0.3
                    
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="Tharga.Team" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tharga.Team" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Tharga.Team" />
                    
Project file
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 Tharga.Team --version 2.0.3
                    
#r "nuget: Tharga.Team, 2.0.3"
                    
#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 Tharga.Team@2.0.3
                    
#: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=Tharga.Team&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Tharga.Team&version=2.0.3
                    
Install as a Cake Tool

Tharga Team

NuGet Nuget License

Domain models, service abstractions, and authorization primitives for multi-tenant Blazor applications. This package has no server-side dependencies and works with both Blazor Server and Blazor WebAssembly.

What's included

Team and user models

  • ITeam / ITeam<TMember> - Team aggregate with members.
  • ITeamMember - Team member with AccessLevel, invitation state, tenant roles, and scope overrides.
  • IUser - User identity.
  • Invitation, InviteUserModel, MembershipState.

Service interfaces

  • ITeamService - Team CRUD, member management, invitations.
  • ITeamManagementService - Scope-enforced mutations (create, rename, delete, invite, etc.).
  • IUserService - Current user resolution.
  • IApiKeyAdministrationService / IApiKeyManagementService - API key management.

Authorization

  • AccessLevel enum - Owner, Administrator, User, Viewer.
  • TeamClaimTypes - Claim type constants (TeamKey, AccessLevel, Scope).
  • IScopeRegistry / ScopeRegistry - Register and resolve scopes per access level.
  • ITenantRoleRegistry / TenantRoleRegistry - Register tenant roles with associated scopes.
  • RequireAccessLevelAttribute / RequireScopeAttribute - Declarative authorization on service methods.
  • TeamScopes / ApiKeyScopes - Built-in scope constants.

Base classes

  • TeamServiceBase - Implement your own team service backend.
  • UserServiceBase - Implement your own user service backend.
Package Description
Tharga.Team.Blazor Team management Blazor UI components, authentication
Tharga.Team.MongoDB MongoDB persistence for teams and users
Tharga.Team.Service Server-side API key auth, Swagger, audit logging
Tharga.Blazor Generic Blazor UI components (buttons, breadcrumbs, etc.)
Product 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 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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Tharga.Team:

Package Downloads
Tharga.Team.MongoDB

MontoDB Team features for Tharga Blazor.

Tharga.Team.Service

Server-side API-key authentication, authorization enforcement, controller registration, OpenAPI/Swagger setup, and audit logging for ASP.NET Core projects.

Tharga.Team.Blazor

Team management Blazor components for multi-tenant applications. Works with both Blazor Server and WebAssembly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.8 90 4/8/2026
2.0.7 132 4/6/2026
2.0.6 96 4/5/2026
2.0.5 125 4/5/2026
2.0.4 124 4/4/2026
2.0.3 124 4/3/2026
2.0.3-pre.1 45 4/3/2026
2.0.2 133 3/25/2026
2.0.2-pre.1 44 3/25/2026
2.0.1 98 3/24/2026
2.0.1-pre.5 50 3/24/2026
2.0.1-pre.4 49 3/24/2026
2.0.1-pre.3 46 3/23/2026
2.0.1-pre.2 43 3/23/2026
2.0.1-pre.1 54 3/22/2026
2.0.0 108 3/19/2026
2.0.0-pre.5 44 3/19/2026
2.0.0-pre.4 47 3/19/2026
2.0.0-pre.3 46 3/18/2026
2.0.0-pre.2 42 3/18/2026
Loading failed