LEARNER-8251 - Added BearerAuthenticationAllowInactiveUser in courseware view (#26829)

Added BearerAuthenticationAllowInactiveUser in courseware view
This commit is contained in:
jawad khan
2021-03-03 18:39:42 +05:00
committed by GitHub
parent 251a9e74d6
commit 948d6351b6

View File

@@ -414,6 +414,7 @@ class CoursewareInformation(RetrieveAPIView):
authentication_classes = (
JwtAuthentication,
BearerAuthenticationAllowInactiveUser,
SessionAuthenticationAllowInactiveUser,
)