The admin security UI replaced the legacy JSP-based admin pages with a React-based panel accessible at /admin/security. It provides unified management of users, groups, and permission policies.
policy_grants tableThe admin panel is served as part of the React SPA. Admin routes are protected by AdminAuthFilter which requires AllPermission. The REST endpoints in wikantik-rest handle CRUD operations against the PostgreSQL database.