Skip to content

Commit

Permalink
auth class does not use oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Nov 20, 2024
1 parent cbba622 commit f0f170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __str__(self):
return "OauthClientUser"


class MessagingServerAuth(OAuthLibMixin, BasicAuthentication):
class MessagingServerAuth(BasicAuthentication):
"""Authenticate request using Client credentials (as in the OAuth2 spec).
"""

Expand Down

0 comments on commit f0f170b

Please sign in to comment.