Skip to content

Commit

Permalink
Merge pull request #78 from edly-io/rehan/remove-session-auth-class-s…
Browse files Browse the repository at this point in the history
…ite-creation

Removes session auth class from site creation API
  • Loading branch information
rehan99000 authored May 19, 2021
2 parents bd1eed3 + e1f54f5 commit 1eaeb50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecommerce/extensions/edly_ecommerce_app/api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ class EdlySiteViewSet(APIView):
"""
Create Default Payments Site and Site Configuration and Partner.
"""
authentication_classes = (SessionAuthentication,)
permission_classes = [IsAuthenticated, CanAccessSiteCreation]

def post(self, request):
Expand Down

0 comments on commit 1eaeb50

Please sign in to comment.