You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ openedx-authz
7
7
Purpose
8
8
*******
9
9
10
-
This repository contains the architecture and design decisions for the new authorization system in Open edX. The project aims to provide a more flexible and powerful framework for managing user access, designed to modernize and replace the legacy permission system.
10
+
Open edX AuthZ provides the architecture and foundations of the authorization framework. It implements the core machinery needed to support consistent authorization across the Open edX ecosystem.
11
+
12
+
This repository centralizes the architecture, design decisions, and reference implementation of a unified model for roles and permissions. It introduces custom roles, flexible scopes, and policy-based evaluation, aiming to replace the fragmented legacy system with a scalable, extensible, and reusable solution.
11
13
12
14
See the `Product Requirements document for Roles & Permissions`_ for detailed specifications and requirements.
0 commit comments