authentication-authorization-nestjs
Installation
SKILL.md
Authentication & Authorization (Comprehensive)
Complete guide for authentication and authorization across Eridu Services monorepo (backend and frontend).
erify_api-specific authorization (guards, JSONB roles,
@StudioProtected,@AdminProtected): use erify-authorization instead — it has the concrete implementation details. This skill covers general principles and frontend auth patterns.
Table of Contents
- General Principles
- Authorization Levels
- Backend Implementation
- Frontend Implementation
- Common Mistakes