Guardhouse.SDK
1.0.0-beta1
Prefix Reserved
See the version list below for details.
dotnet add package Guardhouse.SDK --version 1.0.0-beta1
NuGet\Install-Package Guardhouse.SDK -Version 1.0.0-beta1
<PackageReference Include="Guardhouse.SDK" Version="1.0.0-beta1" />
<PackageVersion Include="Guardhouse.SDK" Version="1.0.0-beta1" />
<PackageReference Include="Guardhouse.SDK" />
paket add Guardhouse.SDK --version 1.0.0-beta1
#r "nuget: Guardhouse.SDK, 1.0.0-beta1"
#:package Guardhouse.SDK@1.0.0-beta1
#addin nuget:?package=Guardhouse.SDK&version=1.0.0-beta1&prerelease
#tool nuget:?package=Guardhouse.SDK&version=1.0.0-beta1&prerelease
Official .NET SDK for https://guardhouse.cloud/ platform. Use it for .NET clients when you already configured everything in Guardhouse Cloud.
| 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. net9.0 was computed. 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 was computed. 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. |
-
net8.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.6)
- Microsoft.Extensions.Caching.Memory (>= 8.0.6)
- Microsoft.Extensions.DependencyInjection (>= 8.0.6)
- Microsoft.Extensions.Http (>= 8.0.6)
- Microsoft.Extensions.Http.Polly (>= 8.0.6)
- Microsoft.Extensions.Options (>= 8.0.6)
- NodaTime (>= 3.2.0)
- Polly (>= 8.5.0)
- Polly.Extensions (>= 8.5.0)
- System.IdentityModel.Tokens.Jwt (>= 8.3.1)
- System.Text.Json (>= 8.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.3 | 123 | 5/27/2026 |
| 1.0.2 | 584 | 4/24/2026 |
| 1.0.1 | 398 | 3/2/2026 |
| 1.0.0 | 339 | 2/20/2026 |
| 1.0.0-beta17 | 288 | 1/4/2026 |
| 1.0.0-beta16 | 126 | 1/4/2026 |
| 1.0.0-beta15 | 120 | 1/2/2026 |
| 1.0.0-beta14 | 117 | 1/2/2026 |
| 1.0.0-beta1 | 122 | 1/2/2026 |
Beta release - First public release of Guardhouse SDK for .NET.
Features:
- JWT signature validation with JWKS caching and lazy refresh
- Token introspection support (RFC 7662)
- Comprehensive security validations (algorithm, token type, issuer, audience, lifetime)
- Configurable validation modes (JWT Signature or Introspection)
- Client credentials flow support
- HTTP resilience and retry policies
- Configuration validation with clear error messages