文件名称:dj-rest-auth:Django Rest Framework的身份验证
文件大小:147KB
文件格式:ZIP
更新时间:2024-02-26 00:38:32
python jwt django authentication rest-api
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' ,