Django DRF Notes(第五章)
00 分钟
2024-4-29
2024-11-15
type
status
date
slug
summary
tags
category
password

5:Django DRF:常用共能

目录

主流认证方式

DRF认证

限流

过滤

搜索和排序

分页

自动生成接口文档

5.1:主流认证方式

5.1.1:Session认证

notion image

5.1.2:Token认证

notion image

5.1.3:JWT认证

notion image

5.2:DRF认证与权限

5.2.1:Session认证实现

notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image

5.2.2:Token认证

notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image

5.3:限流

notion image

5.4:过滤

notion image
notion image

5.5:搜索和排序

notion image
notion image
notion image

5.6:分页

notion image
notion image
notion image
notion image
notion image

5.7:自动生成API文档

notion image
上一篇
Gin + Gorm + Casbin 实现权限管理
下一篇
Django DRF Notes(第四章)