🎨Testing RBAC permissions just got visual
Source: Dev.to

Overview
We just added a Streamlit UI to the RBAC Algorithm – and it’s changing how developers validate access‑control logic.
🚀 Try It
# 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
Enter fullscreen mode
Exit fullscreen mode
Loads 20 sample users, 10 roles, 20 permissions – ready to explore!
Happy to get feedback on the RBAC library.