ServiceStack
Native Never Trust for ServiceStack.
B5 Secure ships first-class support for ServiceStack — the same HMAC authentication, ADA authorization, and verify-every-request pipeline, wired into ServiceStack’s request lifecycle.
Built for ServiceStack services
- A native B5 Secure feature you register on AppHost.
- Attributes for authentication, permits, ADA entities and actions.
- HMAC, Service-HMAC, AuthCookie and Service-Key schemes.
- The full pipeline — XSS, MFA, IP firewall, verification, suspension.
- Validators and request-service integration for ServiceStack DTOs.
// Register B5 Secure in your ServiceStack AppHost
Plugins.Add(new B5SecurityKitFeature());
// Protect a service operation
[Protect]
[Permission("contact.view")]
[AuthEntity(typeof(Contact))]
public object Get(GetContact req) { ... }Developer Relations
Talk to a human.
Get architecture guidance, Test Mode access, integration review, or help choosing the right B5 identity and authorization pattern.