没有合适的资源?快使用搜索试试~ 我知道了~
djangorestframework-timed-auth-token:django rest框架的定时auth令牌后端
共33个文件
py:28个
txt:1个
gitignore:1个
需积分: 10 0 下载量 176 浏览量
2021-05-14
13:10:06
上传
评论
收藏 20KB ZIP 举报
温馨提示
关于 Django REST框架的新身份验证后端,该后端使用带有到期日期的令牌。 每次用户登录都会创建一个新令牌。每次使用令牌时都会刷新令牌到期日期。 它支持自定义用户模型 如何使用 添加到已安装的应用程序 INSTALLED_APPS = ( ... ' timed_auth_token ', ) 将身份验证类添加到默认身份验证类 REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES' : ( 'rest_framework.authentication.BasicAuthentication' , 'rest_framework.authentication.SessionAuthentication' , 'timed_auth_token.authentic
资源推荐
资源详情
资源评论
收起资源包目录
djangorestframework-timed-auth-token-master.zip (33个子文件)
djangorestframework-timed-auth-token-master
.gitignore 42B
setup.cfg 136B
dev-requirements.txt 110B
README.rst 2KB
tests
test_models.py 1KB
app
manage.py 276B
app
settings.py 3KB
urls.py 1KB
__init__.py 0B
wsgi.py 383B
users
admin.py 63B
models.py 1KB
migrations
0002_customuser_is_active.py 396B
__init__.py 0B
0003_auto_20150520_1847.py 2KB
0001_initial.py 769B
tests.py 60B
__init__.py 0B
views.py 63B
test_views.py 2KB
test_authentication.py 2KB
timed_auth_token
admin.py 280B
models.py 2KB
migrations
__init__.py 0B
0001_initial.py 809B
settings.py 419B
authentication.py 926B
urls.py 168B
__init__.py 0B
serializers.py 2KB
views.py 270B
LICENSE 1KB
setup.py 706B
共 33 条
- 1
资源评论
在南极找不到南
- 粉丝: 28
- 资源: 4605
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功