Tutorials
ก่อนอ่าน โปรดทราบว่าบางบทเรียนเป็นของโมเดล Casbin และใช้ได้กับการดำเนินการ Casbin ในภาษาต่างๆ บทเรียนอื่นๆ เป็นเฉพาะภาษา
บทความของเรา
บทความนี้ขุดลึกเข้าไปในรายละเอียดการออกแบบเกี่ยวกับ Casbin โปรดอ้างอิง BibTex ต่อไปนี้หากคุณใช้ Casbin/PML เป็นแหล่งอ้างอิงในบทความของคุณ:
@article{luo2019pml,
title={PML: An Interpreter-Based Access Control Policy Language for Web Services},
author={Luo, Yang and Shen, Qingni and Wu, Zhonghai},
journal={arXiv preprint arXiv:1903.09756},
year={2019}
}
นี่คือบทความเวอร์ชั่นยาวอีกเรื่องที่ตีพิมพ์ใน Journal of Software การอ้างอิงสำหรับรูปแบบต่างๆ (Refworks, EndNote ฯลฯ) สามารถพบได้ที่: (another version) Access Control Policy Specification Language Based on Metamodel (in Chinese)
วิดีโอ
- A Secure Vault - implementing authorization middleware with Casbin - JuniorDevSG
- Sharing user permissions in a micro-service architecture based on Casbin (in Russian)
- Nest.js - Casbin RESTful RBAC authorization middleware
- Gin Tutorial Chapter 10: Learn Casbin basic models in 30 minutes (in Chinese)
- Gin Tutorial Chapter 11: Coding, API and custom function in Casbin (in Chinese)
- Gin + Casbin: Learning Permissions in Action (in Chinese)
- jCasbin Basics: A simple RBAC example (in Chinese)
- Golang's RBAC based on Casbin (in Chinese)
- Learning Gin + Casbin (1): Opening & Overview (in Chinese)
- ThinkPHP 5.1 + Casbin: Introduction (in Chinese)
- ThinkPHP 5.1 + Casbin: RBAC authorization (in Chinese)
- ThinkPHP 5.1 + Casbin: RESTful & Middleware (in Chinese)
- Quick Start for PHP-Casbin (in Chinese)
- ThinkPHP 5.1 + Casbin: How to use custom matching functions (in Chinese)
- Webman + Casbin: How to use Webman Casbin Plugin (in Chinese)
PERM Meta-Model (Policy, Effect, Request, Matchers)
- Understanding Casbin with different Access Control Model Configurations
- Modeling Authorization with PERM in Casbin
- Designing a Flexible Permissions System with Casbin
- Authorize with Access Control Lists
- Access control with PERM and Casbin (in Persian)
- RBAC? ABAC? .. PERM! New Way of Authorization for Cloud-Based Web Services and Apps (in Russian)](https://habr.com/ru/articles/539778/)
- Practice & Examples of Flexible Authorization Using Casbin & PERM (in Russian)
- Permission management with Casbin (in Chinese)
- Analysis of Casbin (in Chinese)
- Design of System Permissions (in Chinese)
- Casbin: A Permission Engine (in Chinese)
- Implementing ABAC with Casbin (in Chinese)
- Source code analysis of Casbin (in Chinese)
- Permission evaluation with Casbin (in Chinese)
- Casbin: Library of the day for Go (in Chinese)
- Go
- Java
- Node.js
- PHP
- .NET
- Rust
- Lua
HTTP & RESTful
Watcher
Beego
- Using Casbin with Beego: 1. เริ่มต้นและทดสอบ (in Chinese)
- Using Casbin with Beego: 2. การจัดเก็บนโยบาย (in Chinese)
- Using Casbin with Beego: 3. การค้นหานโยบาย (in Chinese)
- Using Casbin with Beego: 4. การอัปเดตนโยบาย (in Chinese)
- Using Casbin with Beego: 5. การอัปเดตนโยบาย (ต่อ) (in Chinese)
Gin
- Authorization in Golang Projects using Casbin
- Tutorial: Integrate Gin with Casbin
- การบังคับใช้นโยบายบน K8s ด้วย Pipeline
- Authentication and authorization in Gin application with JWT and Casbin
- Backend API with Go: 1. การตรวจสอบสิทธิ์ตาม JWT (in Chinese)
- Backend API with Go: 2. การอนุญาตตาม Casbin (in Chinese)
- Using Go's authorization library Casbin with Gin and GORM (in Japanese)
Echo
Iris
Argo CD
GShark
SpringBoot
Express
Koa
Nest
- How to Create Role-based Authorization Middleware with Casbin and 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]