rising3월 20일· 2 sources

Adding Attribute-Based Access Control to a Real-Time Collaborative App with OpenTDF

OpenTDF를 활용한 실시간 협업 앱에 속성 기반 접근 제어(ABAC) 구현하기

Why it matters

The author built Skedoodle, an open-source real-time collaborative sketching app using React, TypeScript, Two.js, and Zustand, but it lacked proper authorization beyond basic authentication. To address this, they integrated OpenTDF's attribute-based access control (ABAC) engine, which evaluates user entitlements against resource attributes via a JSON API without requiring encryption or embedded SDKs. The access model supports sketch ownership, user invitations, collaborator permissions, and centralized policy decisions.

2
Sources
+0
24h
Growth
185d
Active
abacopentdfreactskedoodlewebsocketzustand

Sources

Related Issues