Skip to content

Commit

Permalink
Merge pull request #121 from eduNEXT/and/remove_api_userinfo_permission
Browse files Browse the repository at this point in the history
Remove api user info permission.
  • Loading branch information
andrey-canon committed Dec 16, 2020
2 parents 12c11df + a8f6bf0 commit 87a1d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Change Log
Unreleased
----------

Removed
~~~~~~~
* EoxCoreAPIPermission from UserInfo APIView

[3.2.0] - 2020-11-18
--------------------

Expand Down
1 change: 0 additions & 1 deletion eox_core/api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ class UserInfo(APIView):
Can use Oauth2/Session
"""
authentication_classes = (BearerAuthentication, SessionAuthentication)
permission_classes = (EoxCoreAPIPermission,)
renderer_classes = (JSONRenderer, BrowsableAPIRenderer)

def get(self, request, format=None): # pylint: disable=redefined-builtin
Expand Down

0 comments on commit 87a1d04

Please sign in to comment.