django-rest框架的多因素认证

deux-q5的Python项目详细描述


https://deux.readthedocs.io/en/latest/_images/deux_banner.png

Build statusCode CoverageBSD LicenseDeux can be installed via wheelSupported Python versions.Support Python implementations.

Version:1.2.0
Web:https://deux.readthedocs.org/
Download:https://pypi.python.org/pypi/deux
Source:https://github.com/robinhood/deux
Keywords:authentication, two-factor, multifactor

关于

多因素身份验证为 django rest框架。它与内置于 drf和oauth2由django-oauth-toolkit提供。

什么是多因素身份验证?

多因素身份验证(MFA)是一种需要超过 一种从独立类别的证书到 验证登录或其他事务的用户身份。 (来源:SearchSecurity

安装

您可以通过python包索引(pypi)安装deux。 或者来源。

要求

deuxversion 1.2.0在python(2.7、3.4、3.5)上运行。

使用pip

安装

使用pip安装

$ pip install -U deux

从源代码

下载和安装

从下载最新版本的deux http://pypi.python.org/pypi/deux

您可以通过执行以下操作来安装:

$ tar xvfz deux-0.0.0.tar.gz
$ cd deux-0.0.0
$ python setup.py build
# python setup.py install

如果 您当前没有使用virtualenv。

使用开发版本

带PIP

您可以通过执行以下操作来安装:

$ pip install https://github.com/robinhood/deux/zipball/master#egg=deux

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在Quartz调度器中使用@DisallowConcurrentExecution   Java、流、收集器、函数式编程:如何制作复式映射?   如何以Xpath形式从产品的类别列表页面中提取文本,并将其添加到Selenium Java中的列表中   java如何将比较if语句转换为switch case语句?   java如何查看从未来对象执行的线程(名称)   无法识别特定于java的依赖类   在哪里可以获得Crystal Reports java API的javadoc   java MVC循环依赖   macos更改java webstart将文本悬停在OSX小牛停靠图标上   java创建JOptionPane及其具有固定宽度和高度的对象   groovy是JAVA闭包中的静态初始值设定项   java中awt特定于时间的actionListener   多线程为什么java ReentrantLock不抛出InterruptedException?