赞
踩
1.1 安装
pip install djangorestframework-jwt
1.2 在settings.py中增加如下配置:
1.3 在项目的urls.py中增加如下配置:
1.4 测试
请求头中不加token时,request user和request.auth的值分别是 AnonymousUser和None。
使用post请求,application/json数据格式的方式请求http://127.0.0.1:8000/token/,加入请求参数:
可以获取token字符串:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。