没有合适的资源?快使用搜索试试~ 我知道了~
WTF-OTP:WTForms的2FA
共36个文件
py:18个
html:4个
in:3个
需积分: 9 0 下载量 157 浏览量
2021-04-17
12:39:54
上传
评论
收藏 26KB ZIP 举报
温馨提示
WT表单的一次性密码字段 这是什么? 此模块具有Google的。 特征 单页应用程序驱动的密钥生成。 QRCode生成 基于[WTForms]的秘密字段和身份验证验证器 如何使用 如果您想要二维码: 首先,编写表单以生成密钥并进行身份验证: form.py #!/usr/bin/env python # coding=utf-8 from flask_wtf import Form import wtforms . fields as fld import wtforms . fields . html5 as fld5 import wtforms . validators as vld from wtf_otp import OTPSecretKeyField , OTPCheck class UserInfoForm ( Form ): name = fld . Str
资源推荐
资源详情
资源评论
收起资源包目录
WTF-OTP-master.zip (36个子文件)
WTF-OTP-master
.gitignore 2KB
README.md 4KB
tests
fields
__init__.py 60B
test_secret_fields.py 3KB
validators
test_hotp_check.py 5KB
test_totp_check.py 4KB
__init__.py 73B
test_common.py 766B
__init__.py 64B
widgets
test_secret_widget.py 8KB
__init__.py 62B
.eslintrc.yml 38B
renovate.json 510B
requirements.txt 1001B
example
app.py 4KB
static
angular_script.js 867B
requirements.txt 401B
requirements.in 16B
templates
index_postload.html 1KB
index.html 1KB
requirements.in 54B
MANIFEST.in 46B
wtf_otp
fields
__init__.py 138B
secret_key.py 3KB
validators
otp.py 3KB
__init__.py 113B
__init__.py 239B
widgets
__init__.py 141B
templates
tags.html 295B
widget.html 311B
angular_script.js 2KB
jquery_script.js 796B
secret_key_widget.py 3KB
setup.py 1KB
.travis.yml 2KB
tox.ini 464B
共 36 条
- 1
资源评论
侯戈
- 粉丝: 23
- 资源: 4629
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功