🎨测试 RBAC 权限变得可视化
发布: (2026年1月18日 GMT+8 15:07)
1 min read
原文: Dev.to
Source: Dev.to

概览
我们刚为 RBAC 算法添加了 Streamlit UI——它正在改变开发者验证访问控制逻辑的方式。
🚀 试一试
# Clone the repo
git clone https://github.com/Maneesh-Relanto/RBAC-algorithm
# GitHub Pages demo
https://maneesh-relanto.github.io/RBAC-algorithm/
# Run Streamlit UI
cd test-apps/01-streamlit-ui
pip install streamlit
streamlit run app.py
进入全屏模式
退出全屏模式
加载 20 个示例用户、10 个角色、20 条权限——随时探索!
欢迎对 RBAC 库提出反馈。