microblog-authy:Flask Mega-Tutorial的Microblog应用程序,通过Authy添加了两因素推送身份验证

时间:2021-02-05 03:49:36
【文件属性】:
文件名称:microblog-authy:Flask Mega-Tutorial的Microblog应用程序,通过Authy添加了两因素推送身份验证
文件大小:53KB
文件格式:ZIP
更新时间:2021-02-05 03:49:36
flask security authentication twilio two-factor-authentication 欢迎使用Microblog-Authy! 这是我的特色的示例应用程序,我在其中添加了通过对两因素身份验证的支持。 如何运行此应用程序 Microblog是一个相当复杂的应用程序,它是在上面引用的教程的23章中开发的。 在下面,您可以看到如何使用本地SQLite数据库启动基本应用程序,并且不包括对电子邮件,全文搜索和后台任务的支持。 这足以演示两因素身份验证功能。 创建一个Python虚拟环境并激活它: 对于Unix和Mac计算机: $ python3 -m venv venv $ source venv/bin/activate (venv) $ _ 对于Windows计算机: $
【文件预览】:
microblog-authy-master
----Vagrantfile(205B)
----babel.cfg(102B)
----.flaskenv(23B)
----Dockerfile(445B)
----.env-template(55B)
----Procfile(105B)
----boot.sh(341B)
----LICENSE(1KB)
----app()
--------models.py(11KB)
--------auth()
--------search.py(877B)
--------cli.py(1KB)
--------templates()
--------translate.py(790B)
--------api()
--------static()
--------email.py(673B)
--------__init__.py(3KB)
--------main()
--------translations()
--------errors()
--------tasks.py(2KB)
----microblog.py(320B)
----migrations()
--------versions()
--------alembic.ini(770B)
--------README(38B)
--------env.py(3KB)
--------script.py.mako(494B)
----deployment()
--------nginx()
--------supervisor()
----requirements.txt(692B)
----.gitignore(348B)
----config.py(1KB)
----tests.py(3KB)
----README.md(2KB)
----.gitattributes(29B)

网友评论