feat: replace mock system with real backend, RBAC, and Teams management
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m3s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m3s
- Implemented real JWT authentication and persistent user sessions - Replaced all hardcoded mock data with dynamic MySQL-backed API calls - Created new 'Times' (Teams) dashboard with performance metrics - Renamed 'Equipe' to 'Membros' and centralized team management - Added Role-Based Access Control (RBAC) for Admin/Manager/Agent roles - Implemented secure invite-only member creation and password setup flow - Enhanced Login with password visibility and real-time validation - Added safe delete confirmation modal and custom Toast notifications
This commit is contained in:
12
.env.example
12
.env.example
@@ -3,9 +3,11 @@ DB_HOST=db
|
||||
DB_USER=root
|
||||
DB_PASSWORD=root_password
|
||||
DB_NAME=agenciac_comia
|
||||
JWT_SECRET=your_jwt_secret_here
|
||||
|
||||
# Gitea Runner Configuration
|
||||
GITEA_INSTANCE_URL=https://gitea.blyzer.com.br
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN=your_token_here
|
||||
GITEA_RUNNER_NAME=fasto-runner
|
||||
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye
|
||||
# Mailer Configuration
|
||||
SMTP_HOST=mail.blyzer.com.br
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=nao-responda@blyzer.com.br
|
||||
SMTP_PASS=your_smtp_password_here
|
||||
MAIL_FROM=nao-responda@blyzer.com.br
|
||||
|
||||
Reference in New Issue
Block a user