摘要: import jwt from rest_framework_jwt.authentication import BaseAuthentication,BaseJSONWebTokenAuthentication from rest_framework.exceptions import Authe 阅读全文
posted @ 2022-03-23 22:52 咖喱给给啊 阅读(71) 评论(0) 推荐(0)
摘要: 路由: from django.contrib import admin from django.urls import path from app01 import views from rest_framework_jwt.views import obtain_jwt_token urlpat 阅读全文
posted @ 2022-03-23 21:52 咖喱给给啊 阅读(45) 评论(0) 推荐(0)