Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 5107b62

Browse files
committed
[refresh-token] clear authentication_classes for refresh token view
1 parent 2488ddb commit 5107b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_framework_jwt/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class RefreshJSONWebToken(APIView):
3737
"""
3838
throttle_classes = ()
3939
permission_classes = ()
40+
authentication_classes = ()
4041
parser_classes = (parsers.FormParser, parsers.JSONParser,)
4142
renderer_classes = (renderers.JSONRenderer,)
4243
serializer_class = RefreshJSONWebTokenSerializer

0 commit comments

Comments
 (0)