【发布时间】:2018-11-17 06:45:28
【问题描述】:
在使用 Postman 发出请求时,如何验证 Django 用户?我没有使用 Django Rest 框架,只是标准的 dango.cont.auth 系统。在 Postman 中,您有以下身份验证选项:基本身份验证、OAuth 和自定义。在自定义中,我可以添加一些标题。
我该怎么做?
【问题讨论】:
标签: django authentication postman
在使用 Postman 发出请求时,如何验证 Django 用户?我没有使用 Django Rest 框架,只是标准的 dango.cont.auth 系统。在 Postman 中,您有以下身份验证选项:基本身份验证、OAuth 和自定义。在自定义中,我可以添加一些标题。
我该怎么做?
【问题讨论】:
标签: django authentication postman