文件名称:PyJWT生成token
文件大小:26KB
文件格式:ZIP
更新时间:2023-08-24 13:21:36
Django token
使用Pyjwt在django中创建和认证token,用于在移动端来认证和用户,本文通过自己编写模型来实现根据用户来生成token,在请求头中添加Authentication来进行认证,保持登录状态。可以直接使用,编写过程可以查看本人博客https://blog.csdn.net/lwuis_/article/details/107771954。
【文件预览】:
Pyjwt_demo
----account()
--------apps.py(94B)
--------tests.py(63B)
--------migrations()
--------utils.py(2KB)
--------admin.py(66B)
--------__init__.py(0B)
--------models.py(2KB)
--------__pycache__()
--------views.py(800B)
----manage.py(557B)
----Pyjwt_demo()
--------settings.py(3KB)
--------urls.py(884B)
--------__init__.py(0B)
--------__pycache__()
--------wsgi.py(413B)
----.idea()
--------Pyjwt_demo.iml(1KB)
--------misc.xml(304B)
--------workspace.xml(6KB)
--------inspectionProfiles()
--------modules.xml(279B)
----db.sqlite3(132KB)
----templates()