9c2ac3050f
- Replaced dialog-based user creation with API calls for better reliability and speed. - Added functions for resetting security state and retrieving authentication tokens. - Improved audit log checks by implementing polling for asynchronous data retrieval. - Enhanced role assignment and user management tests to utilize API endpoints. - Streamlined login processes and error handling for failed login attempts. - Ensured unique user data generation for test isolation.
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...