Modules
A Phoenix LiveView library for real-time API route management.
User account management with role-based access control.
Action log for every route toggle — who did what, when, old→new state.
Company branding configuration for the API Management Console.
Feature flag system based on license tier.
Offline license validation using signed JWT tokens.
A Plug that blocks requests to disabled routes with a 403 Forbidden.
Route policy management for enabling/disabling endpoints.
Provides the api_console/1 macro to mount console routes into a Phoenix router.
Handles POST actions from the dead-render (non-LiveView) console.
Ensures the user is authenticated before accessing console routes.
LiveView dashboard for managing route availability.