AuthFlow.AppKit
0.1.1
dotnet add package AuthFlow.AppKit --version 0.1.1
NuGet\Install-Package AuthFlow.AppKit -Version 0.1.1
<PackageReference Include="AuthFlow.AppKit" Version="0.1.1" />
<PackageVersion Include="AuthFlow.AppKit" Version="0.1.1" />
<PackageReference Include="AuthFlow.AppKit" />
paket add AuthFlow.AppKit --version 0.1.1
#r "nuget: AuthFlow.AppKit, 0.1.1"
#:package AuthFlow.AppKit@0.1.1
#addin nuget:?package=AuthFlow.AppKit&version=0.1.1
#tool nuget:?package=AuthFlow.AppKit&version=0.1.1
AuthFlow.AppKit
Reusable AuthFlow license activation/validation + in-app update-check integration for ASP.NET Core Blazor Server apps (Kestrel + Windows Service hosting). Extracted from the FneManuelInvoiceApp pilot integration.
Wraps AuthFlow.LicenseClient
with production-ready building blocks:
AuthFlowLicenseFileStore/AuthFlowLicenseManager-.licfile import, activation against the AuthFlow server, local persistence.AuthFlowLicenseHostedService- periodic background revalidation with aChangedevent other components can subscribe to.AppUpdateService- generic (non-app-specific) update-check client for AuthFlow's/api/updates/checkendpoint.AuthFlowBanner.razor/LicenseActivation.razor/UpdateCheck.razor- ready-to-drop Blazor components for license status and update banners.
Installation
dotnet add package AuthFlow.AppKit
This pulls in AuthFlow.LicenseClient transitively - both packages are
public on nuget.org, so no extra NuGet source or credentials are required.
Quick start
See the full guide in the repository README, or scaffold a ready-to-run app with the companion template:
dotnet new install AuthFlow.Template
dotnet new authflow-blazor -n MyApp
License
MIT
| 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
- AuthFlow.LicenseClient (>= 0.1.1)
- Radzen.Blazor (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.