fastapimsal:使用Microsoft Azure Active Directory的FastAPI授权

时间:2024-04-28 15:28:09
【文件属性】:

文件名称: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= client_id= client_secret= tenant_id= .auth.env 对于session_secret最好使用openssl rand -hex 32创建一个秘密 运行示例 poetry run uvicorn --reload --app-dir examples app:ap


【文件预览】:
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)

网友评论