dos updates
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user