Skip to content

Commit

Permalink
oauth client auth for hq endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sravfeyn committed Dec 12, 2024
1 parent 0af8cf1 commit 739c375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ class ForwardHQInvite(APIView):
a ConnectID User. It takes invite metadata
and fowards it as a deeplink SMS to mobile
"""
authentication_classes = [ClientProtectedResourceAuth]

def post(self, request, *args, **kwargs):
phone_number = request.data["phone_number"]
Expand Down

0 comments on commit 739c375

Please sign in to comment.