Tutorials
This page lists papers, videos, and community tutorials for Casbin. Some cover the model and apply to all languages; others are written for a specific language or framework.
Papers
The paper describes Casbin’s design in depth. To cite it in academic work, use:
@article{luo2025perm,
title={PERM: Streamlining Cloud Authorization With Flexible and Scalable Policy Enforcement},
author={Luo, Yang and Shen, Qingni and Wu, Zhonghai},
journal={IEEE Transactions on Information Forensics and Security},
year={2025},
volume={20},
number={7},
pages={8481-8496},
publisher={IEEE}
}
فيديوهات
- خزنة آمنة - تنفيذ وسيط برمجي للتفويض مع Casbin - JuniorDevSG
- Nest.js - Casbin RESTful RBAC authorization middleware
نموذج PERM (السياسة، الأثر، الطلب، المطابقات)
- فهم Casbin مع تكوينات نموذج التحكم في الوصول المختلفة
- نمذجة التفويض مع PERM في Casbin
- تصميم نظام أذونات مرن مع Casbin
- التفويض مع قوائم التحكم في الوصول
HTTP و RESTful
Gin
- Authorization in Golang Projects using Casbin
- Tutorial: Integrate Gin with Casbin
- تطبيق السياسات على K8s مع Pipeline
- Authentication and authorization in Gin application with JWT and Casbin
Echo
Argo CD
Express
Koa
Nest
- كيفية إنشاء برنامج وسيط للتفويض بناءً على الأدوار باستخدام Casbin و Nest.js
- nest.js: Casbin RESTful RBAC authorization middleware (Video)
- A Demo App of Attribute-based Access Control in Node.js Based on Casbin
- Multi tenant SaaS starter kit with cqrs graphql microservice architecture
Fastify
- Basic Role-Based HTTP Authorization in Rust with Casbin
- [How to use casbin authorization in your rust web-app Part - 1]
- [How to use casbin authorization in your rust web-app Part - 2]