JWT authentication updates
- Using jwt_decode_handler from edx-drf-extensions - Updated djangorestframework-jwt - Removed feature flag around JWT auth ECOM-4221
This commit is contained in:
committed by
Clinton Blackburn
parent
b6d5c614dd
commit
5a7bc01986
@@ -34,9 +34,10 @@ django-method-override==0.1.0
|
||||
#djangorestframework>=3.1,<3.2
|
||||
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
|
||||
django==1.8.12
|
||||
djangorestframework-jwt==1.7.2
|
||||
djangorestframework-jwt==1.8.0
|
||||
djangorestframework-oauth==1.1.0
|
||||
edx-ccx-keys==0.1.2
|
||||
edx-drf-extensions==0.5.0
|
||||
edx-lint==0.4.3
|
||||
edx-management-commands==0.1.1
|
||||
edx-django-oauth2-provider==1.0.3
|
||||
|
||||
Reference in New Issue
Block a user