文件名称:flask-restful-authentication:使用nginx,uWSGI,Flask,MongoDB和JSON Web令牌(JWT)进行RESTful身份验证的示例
文件大小:17KB
文件格式:ZIP
更新时间:2024-02-24 23:47:15
nginx flask jwt mongodb authentication
烧瓶静态认证 使用nginx,uWSGI,Flask,MongoDB和JSON Web令牌(JWT)进行RESTful身份验证的示例。 快速开始 使用以下命令克隆存储库。 git clone https://github.com/oliverSI/flask-restful-authentication.git 为电子邮件配置设置环境变量。 export EMAIL_SERVER=[EMAIL_SERVER] export EMAIL_USERNAME=[EMAIL_USERNAME] export EMAIL_PASSWORD=[EMAIL_PASSWORD] 使用以下命令运行容器。
【文件预览】:
flask-restful-authentication-master
----nginx()
--------nginx.conf(1KB)
----LICENSE(34KB)
----app()
--------uwsgi.ini(137B)
--------config.py(382B)
--------api.py(4KB)
----docker-compose.yml(378B)
----README.md(1KB)
----uwsgi-flask()
--------Dockerfile(237B)