Lengthened token expiry

This commit is contained in:
Fergal Moran
2016-01-29 21:49:54 +00:00
parent 943507e04a
commit 1fd3df5488
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ from rest_framework.authtoken.serializers import AuthTokenSerializer
from rest_framework.permissions import AllowAny
from rest_framework.response import Response
from rest_framework.views import APIView
from rest_framework_jwt.authentication import JSONWebTokenAuthentication
from rest_framework_jwt.settings import api_settings
from rest_framework_jwt.utils import jwt_payload_handler, jwt_encode_handler