2 个仓库
Provides hooks to check user permissions within UI components to conditionally render elements.
Distinct from Programmatic Access Control: Distinct from Programmatic Access Control: focuses on UI-level conditional rendering rather than general API-based security management.
Explore 2 awesome GitHub repositories matching security & cryptography · Component-Level Access Evaluation. Refine with filters or upvote what's useful.
React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr
Allows programmatic evaluation of access rights within components to conditionally render UI elements or restrict navigation.
Vue Access Control 是一个旨在管理用户权限并在 Vue 应用中强制执行安全策略的库。它提供了一个框架,用于根据当前用户授权状态限制对界面元素、应用路由和网络请求的访问。 该库与应用路由器和状态管理集成,以实时动态过滤导航路径并更新界面组件。通过拦截传出的网络请求并根据定义的权限集进行验证,它防止未经授权的操作被发送到服务器。 该工具集涵盖了广泛的前端安全需求,包括 UI 元素的条件渲染和导航流程的程序化验证。它作为一个中间件层运行,同步整个应用中的授权数据,以确保视觉界面和后端通信与用户的分配访问级别保持一致。
Evaluates user permissions to conditionally render interface elements or action buttons.