NestJS JWT + RBAC Permission System in Practice: From Open APIs to Fine-Grained Access Control
The blog system's management interfaces have evolved from a completely open state to a two-tier protection system of JWT authentication + RBAC permissions, covering the complete implementation of AdminJwtAuthGuard, PermissionsGuard, @RequirePermission decorator, and RolePermissions configuration.