Django-restframework 認證

【view層】python from rest_framework.authentication import BaseAuthentication from rest_framework import exceptions # 認證類 class MyAuthentication(object): def authenticate(self, request): #
相關文章
相關標籤/搜索