Skip to content

Concept

Overview

Authentication, authorization, tenant isolation, impersonation, 2FA, rate limits, webhook signing, data protection, CORS - the security surface in one map.

views 0 Last updated

Security in fullstackhero is layered defence with sensible defaults. JWT bearer with rotating refresh tokens; fine-grained permission gates on every endpoint (wired as both the default and fallback authorization policy, so nothing fails open); ASP.NET Identity for the user store; multi-tenant isolation as the default behaviour of every query; rate limiting on auth-flow endpoints; HMAC-signed webhooks with secrets encrypted at rest; Valkey-backed data protection keys; audit on every state change; JSON masking for sensitive payloads.

The pillars

Each page covers one concern in depth.

Browse docs

Type to search…

Morty Proxy This is a proxified and sanitized view of the page, visit original site.