Skip to content

Instantly share code, notes, and snippets.

@yerkbn
Created October 25, 2018 16:31
Show Gist options
  • Save yerkbn/1fea59abe794d96cd01f844ead10386b to your computer and use it in GitHub Desktop.
Save yerkbn/1fea59abe794d96cd01f844ead10386b to your computer and use it in GitHub Desktop.
@api_view(["GET"])
def user_info(request):
return Response({
'user': request.user.username,
'expires_in': expires_in(request.auth)
}, status=HTTP_200_OK)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment