Skip to content

Commit

Permalink
feat: allow Bearer auth for sequence metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a committed Oct 23, 2024
1 parent b75c2db commit 3ba4ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openedx/core/djangoapps/courseware_api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ class SequenceMetadata(DeveloperErrorViewMixin, APIView):

authentication_classes = (
JwtAuthentication,
BearerAuthenticationAllowInactiveUser,
SessionAuthenticationAllowInactiveUser,
)

Expand Down

0 comments on commit 3ba4ab1

Please sign in to comment.