What is Access Hub?
A minimal frontend UI for the Strixun Access Control System deployed on Cloudflare Pages. View all available roles and permissions with a clean, simple interface. Backend API handles RBAC (role-based access control), permission management, quota enforcement, and auto-provisioning - all service-agnostic and deployed on Cloudflare Workers.
Key Features
Role-Based Access Control
Define and manage roles with granular permissions. Assign users to roles for scalable access management across services.
Permission Management
View all available permissions and their assignments. Fine-grained control over what users can and cannot do.
User Access Auditing
Track who has access to what and when. Complete audit trail for compliance and security monitoring.
Service-Agnostic Design
Works with any service in the SSS ecosystem. Unified access control across all applications and APIs.
Quota Management
Monitor and manage usage quotas per user or role. Prevent abuse and ensure fair resource allocation.
Simple, Clean UI
Intuitive interface that gets out of your way. Direct API integration with Access Service backend.
Architecture Pattern
Access Hub follows the same proven pattern as Mods Hub:
Frontend @ access.idling.app
React 18 frontend deployed on Cloudflare Pages with automatic builds via GitHub Actions.
Backend @ access-api.idling.app
Cloudflare Worker API handling all access control logic, storage, and permissions enforcement.
