![]() |
VOOZH | about |
dotnet add package TickerQ.Dashboard --version 10.4.0
NuGet\Install-Package TickerQ.Dashboard -Version 10.4.0
<PackageReference Include="TickerQ.Dashboard" Version="10.4.0" />
<PackageVersion Include="TickerQ.Dashboard" Version="10.4.0" />Directory.Packages.props
<PackageReference Include="TickerQ.Dashboard" />Project file
paket add TickerQ.Dashboard --version 10.4.0
#r "nuget: TickerQ.Dashboard, 10.4.0"
#:package TickerQ.Dashboard@10.4.0
#addin nuget:?package=TickerQ.Dashboard&version=10.4.0Install as a Cake Addin
#tool nuget:?package=TickerQ.Dashboard&version=10.4.0Install as a Cake Tool
Simple, clean authentication for your TickerQ Dashboard.
services.AddTickerQ<MyTimeTicker, MyCronTicker>(config =>
{
config.AddDashboard(dashboard =>
{
// No authentication setup = public dashboard
});
});
services.AddTickerQ<MyTimeTicker, MyCronTicker>(config =>
{
config.AddDashboard(dashboard =>
{
dashboard.WithBasicAuth("admin", "secret123");
});
});
services.AddTickerQ<MyTimeTicker, MyCronTicker>(config =>
{
config.AddDashboard(dashboard =>
{
dashboard.WithApiKey("my-secret-api-key-12345");
});
});
services.AddTickerQ<MyTimeTicker, MyCronTicker>(config =>
{
config.AddDashboard(dashboard =>
{
dashboard.WithHostAuthentication();
});
});
services.AddTickerQ<MyTimeTicker, MyCronTicker>(config =>
{
config.AddDashboard(dashboard =>
{
dashboard.WithHostAuthentication("AdminPolicy");
});
});
services.AddTickerQ<MyTimeTicker, MyCronTicker>(config =>
{
config.AddDashboard(dashboard =>
{
dashboard.SetGroupName("tickerq");
});
});
WithBasicAuth(username, password) - Enable username/password authenticationWithApiKey(apiKey) - Enable API key authenticationWithHostAuthentication(policy) - Use your app's existing auth with optional policy (e.g., "AdminPolicy")SetBasePath(path) - Set dashboard URL pathSetBackendDomain(domain) - Set backend API domainSetCorsPolicy(policy) - Configure CORSSetGroupName(name) - Set OpenAPI group name for dashboard endpointsThe dashboard automatically detects your authentication method:
The frontend automatically adapts based on your backend configuration:
That's it! Simple and clean. 🎉
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on TickerQ.Dashboard:
| Package | Downloads |
|---|---|
|
Ble.Framework.Worker.TickerQ
Ble Framework |
Showing the top 2 popular GitHub repositories that depend on TickerQ.Dashboard:
| Repository | Stars |
|---|---|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.4.1-beta | 217 | 5/11/2026 |
| 10.4.0 | 24,766 | 5/12/2026 |
| 10.4.0-beta | 104 | 5/10/2026 |
| 10.3.0 | 31,344 | 4/13/2026 |
| 10.3.0-beta | 105 | 4/13/2026 |
| 10.2.5 | 21,480 | 3/22/2026 |
| 10.2.4 | 933 | 3/21/2026 |
| 10.2.3 | 681 | 3/21/2026 |
| 10.2.2 | 13,194 | 3/16/2026 |
| 9.3.0 | 803 | 4/13/2026 |
| 9.2.5 | 427 | 3/22/2026 |
| 9.2.4 | 278 | 3/21/2026 |
| 9.2.3 | 292 | 3/21/2026 |
| 9.2.2 | 843 | 3/16/2026 |
| 9.2.1 | 373 | 3/16/2026 |
| 8.3.0 | 2,843 | 4/13/2026 |
| 8.2.5 | 3,270 | 3/22/2026 |
| 8.2.4 | 242 | 3/21/2026 |
| 8.2.3 | 246 | 3/21/2026 |
| 8.2.2 | 990 | 3/16/2026 |