dj rest auth:Django Rest Framework的身份验证 源码
Dj-Rest-Auth 插入式API端点,用于在Django Rest Framework中安全地处理身份验证。 特别适用于SPA(例如React,Vue,Angular)和Mobile应用程序。 要求 Django 2或3 Python 3 快速设置 安装套件 pip install dj-rest-auth 在您的Django settings.py dj_rest_auth应用添加到INSTALLED_APPS: INSTALLED_APPS = ( ..., 'rest_framework' , 'rest_framework.authtoken' ,
文件列表
dj-rest-auth:Django Rest Framework的身份验证
(预估有个119文件)
.gitignore
1KB
setup.cfg
719B
user_details.html
2KB
password_reset_confirm_form.html
1KB
logout_form.html
668B
signup_form.html
1KB
user_details_form.html
1KB
password_change_form.html
908B
email_verification_form.html
652B
login_form.html
839B
暂无评论