restframework的内置认证类
认证类必须继承:from rest_framework.authentication import BaseAuthentication
其他认证类:
from rest_framework.authentication import BasicAuthentication
from rest_framework.authentication import SessionAuthentication
from rest_framework.authentication import TokenAuthentication
from rest_framework.authentication import RemoteUserAuthentication
restframework的内置认证类
最新推荐文章于 2021-09-05 15:54:23 发布