Передаем на тест
This commit is contained in:
@@ -78,10 +78,15 @@ frontend/
|
||||
├── src/
|
||||
│ ├── lib/
|
||||
│ │ ├── auth/ # New: Frontend auth stores/logic
|
||||
│ │ └── api/ # Update: Add auth headers to requests
|
||||
│ │ └── api.js # Update: Add auth headers and export core methods
|
||||
│ ├── services/
|
||||
│ │ └── adminService.js # New: Service for admin API operations
|
||||
│ ├── routes/
|
||||
│ │ ├── login/ # New: Login page
|
||||
│ │ └── admin/ # New: Admin dashboard (Users/Roles)
|
||||
│ │ └── admin/
|
||||
│ │ ├── users/ # New: User Management UI
|
||||
│ │ ├── roles/ # New: Role Management UI
|
||||
│ │ └── settings/ # New: ADFS Configuration UI
|
||||
│ └── components/
|
||||
│ └── auth/ # New: Auth components (ProtectedRoute, Login form)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user