DEV Community

Cover image for 🎨Testing RBAC permissions just got visual
Maneesh Thakur
Maneesh Thakur

Posted on

🎨Testing RBAC permissions just got visual

We just added a Streamlit UI to 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
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.

Top comments (0)