Skip to content

Commit

Permalink
OEP-66: Authorization Best Practices (#520)
Browse files Browse the repository at this point in the history
This OEP outlines the current state of authorization and outlines the approach we should take moving forward.
  • Loading branch information
hsinkoff committed Oct 26, 2023
1 parent ba8c3ea commit 9a74ad7
Show file tree
Hide file tree
Showing 15 changed files with 1,382 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
OEP-9: User Authorization (Permissions)
#######################################

+---------------+-------------------------------------------+
| OEP | :doc:`OEP-9 <oep-0009-bp-permissions>` |
+---------------+-------------------------------------------+
| Title | User Authorization (Permissions) |
+---------------+-------------------------------------------+
| Last Modified | 2016-10-13 |
+---------------+-------------------------------------------+
| Author | Jeremy Bowman <jbowman@edx.org> |
+---------------+-------------------------------------------+
| Arbiter | Eddie Fagin <eddie@edx.org> |
+---------------+-------------------------------------------+
| Status | Provisional |
+---------------+-------------------------------------------+
| Type | Best Practice |
+---------------+-------------------------------------------+
| Created | 2016-09-09 |
+---------------+-------------------------------------------+
+---------------+-----------------------------------------------------------------------+
| OEP | :doc:`OEP-9 <oep-0009-bp-permissions>` |
+---------------+-----------------------------------------------------------------------+
| Title | User Authorization (Permissions) |
+---------------+-----------------------------------------------------------------------+
| Last Modified | 2023-10-02 |
+---------------+-----------------------------------------------------------------------+
| Author | Jeremy Bowman <jbowman@edx.org> |
+---------------+-----------------------------------------------------------------------+
| Arbiter | Eddie Fagin <eddie@edx.org> |
+---------------+-----------------------------------------------------------------------+
| Status | Replaced by :doc:`OEP-66 </best-practices/oep-0066-bp-authorization>` |
+---------------+-----------------------------------------------------------------------+
| Type | Best Practice |
+---------------+-----------------------------------------------------------------------+
| Created | 2016-09-09 |
+---------------+-----------------------------------------------------------------------+

.. warning::

This OEP has been replaced by :doc:`OEP-66 </best-practices/oep-0066-bp-authorization>`

Abstract
********
Expand Down Expand Up @@ -298,3 +302,9 @@ still uses a copy of the original implementation.

Change History
**************

2023-10-02
===========

* Status updated to "Replaced by :doc:`OEP-66 </best-practices/oep-0066-bp-authorization>`"
* `PR #520 <https://github.com/openedx/open-edx-proposals/pull/520>`_
Loading

0 comments on commit 9a74ad7

Please sign in to comment.