Skip to content

Commit

Permalink
Merge pull request #703 from open-craft/0x29a/BB-9182/allow-bearer-au…
Browse files Browse the repository at this point in the history
…th-for-sequence-metadata-endpoint

feat: allow Bearer auth for sequence metadata
  • Loading branch information
0x29a authored Oct 28, 2024
2 parents 321f2d0 + 3ba4ab1 commit c17d49c
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 c17d49c

Please sign in to comment.