文件名称:fastapimsal:使用Microsoft Azure Active Directory的FastAPI授权
文件大小:38KB
文件格式:ZIP
更新时间:2024-04-28 15:28:09
Python
FastAPI身份验证
这是一个在制品,不应在生产中使用
使用和Azure Active Directory使用FastAPI对用户进行身份验证。
入门
有关简单示例,请参见
创建一个.auth.env文件:
echo " session_expire_time_minutes=1
session_secret=
【文件预览】:
fastapimsal-main
----poetry.lock(68KB)
----pyproject.toml(627B)
----.github()
--------workflows()
--------linters()
----tests()
--------test_fastapiauth.py(0B)
--------__init__.py(0B)
----LICENSE(1KB)
----fastapimsal()
--------auth_routes.py(5KB)
--------types.py(265B)
--------__init__.py(162B)
--------init_auth.py(2KB)
--------config.py(736B)
----examples()
--------app.py(2KB)
----.gitignore(43B)
----README.md(700B)