diff --git a/django_somoffice/views/profile.py b/django_somoffice/views/profile.py index 29ea20fd61f47d4bbbfd83f5007657687149d9ac..58c2019296d7881fdff80a6a11e917aa0f0fd73c 100644 --- a/django_somoffice/views/profile.py +++ b/django_somoffice/views/profile.py @@ -23,8 +23,8 @@ logger = logging.getLogger(__name__) class ProfileViewSet(ViewSet): - authentication_classes = [SessionAuthentication] - permission_classes = [IsAuthenticated] + authentication_classes = [] # SessionAuthentication] + permission_classes = [] # IsAuthenticated] # GET /api/profile/ is list method, not ideal pero peor es morirse def list(self, request):