dos updates

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 14:45:21 +00:00
parent 0b3197d199
commit c777e5ccb2
93 changed files with 1368 additions and 33562 deletions

View File

@@ -1,6 +1,7 @@
# Authentication & Authorization
**Last Verified:** December 25, 2025
**Last Verified:** January 20, 2026
**Version:** 1.8.4
**Backend Path:** `backend/igny8_core/auth/`
**Frontend Path:** `frontend/src/store/authStore.ts`
@@ -80,15 +81,15 @@
| Role | Code | Permissions |
|------|------|-------------|
| **Developer** | `developer` | Full access across ALL accounts (superuser) |
| **Admin** | `admin` | Full access to own account |
| **Manager** | `manager` | Manage content, view billing |
| **Editor** | `editor` | AI content, manage clusters/tasks |
| **Viewer** | `viewer` | Read-only dashboards |
| **Owner** | `owner` | Full access to own account (account creator) |
| **Admin** | `admin` | Full access to own account, billing, team management |
| **Editor** | `editor` | Content creation and editing only |
| **Viewer** | `viewer` | Read-only access to content |
| **System Bot** | `system_bot` | System automation (internal) |
**Role Hierarchy:**
```
developer > admin > manager > editor > viewer
developer > owner > admin > editor > viewer
```
---