Skip to content

Releases: openedx/edx-rbac

Upgraded requirements

18 Dec 13:24
0708468
Compare
Choose a tag to compare

django-model-utils was pinned to <=3.2.0 to maintain compatibility with Django <=2.0

Updated utils for users with multiple contexts

17 Dec 10:42
8854cfe
Compare
Choose a tag to compare

Util functions to create authorization claims and role based access verification are updated to incorporate users with multiple contexts.

Use functools.wraps to prevent the decorator from swallowing the view name

12 Sep 19:24
ff91b93
Compare
Choose a tag to compare

This should be useful for integrating with New Relic in the case where there are multiple endpoints within a viewset, such that each name of the endpoint gets bubbled up to New Relic. Previously, all endpoints of a viewset were falling under "wrapped_view"

1.0.2

12 Jul 06:35
05535d4
Compare
Choose a tag to compare

store current request on thread local storage using crum

edx-drf-extensions version upgrade.

29 May 06:39
43c278c
Compare
Choose a tag to compare

This release updates edx-drf-extensions version. The new version of edx-drf-extensions contains these updates.

Removed `get_request_or_stub` and `get_decoded_jwt_from_request` from utils.py

22 May 08:47
698a0e0
Compare
Choose a tag to compare

Removed get_request_or_stub and get_decoded_jwt_from_request from utils.py

Upgraded edx-drf-extensions version

10 May 05:58
4aac704
Compare
Choose a tag to compare

Upgraded edx-drf-extensions version

Refactor implicit permission and role retrieval

30 Apr 14:23
f8472ed
Compare
Choose a tag to compare

Check for JWT presence in implicit permission.
Refactor role retrieval to remove the dependency on django models for assigning roles.

Get JWT token from request.auth if it is not set on the cookie.

08 Apr 15:49
9545bdb
Compare
Choose a tag to compare

Merge pull request #17 from edx/bexline/add_request_auth

0.1.10

06 Apr 19:02
1cf74d2
Compare
Choose a tag to compare

Update context checks for implicit and explicit access for all resources access.