1 Star 0 Fork 18

github-mysync/fastapi_user_auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "fastapi_user_auth"
authors = [
{ name = "Atomi", email = "1456417373@qq.com" },
]
maintainers = [
{ name = "Atomi", email = "1456417373@qq.com" },
]
description = "FastAPI-User-Auth is a simple and powerful FastAPI user RBAC authentication and authorization library. Based on FastAPI-Amis-Admin and provides a freely extensible visual management interface."
readme = "README.md"
requires-python = ">=3.7"
dynamic = ["version"]
keywords = [
"fastapi",
"fastapi-user-auth",
"fastapi-amis-admin",
"fastapi-auth",
"fastapi-users",
"fastapi-jwt-auth",
"sqlmodel",
]
classifiers = [
"Framework :: FastAPI",
"Environment :: Web Environment",
"Topic :: System :: Systems Administration",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"pydantic>=1.9",
"fastapi-amis-admin>=0.2.0,<0.3.0",
"email-validator",
"passlib",
"bcrypt",
]
[project.urls]
Documentation = "http://docs.amis.work/"
Source = "https://github.com/amisadmin/fastapi_user_auth"
FastAPI-Amis-Admin = "https://github.com/amisadmin/fastapi_amis_admin"
[project.optional-dependencies]
test = [
"pytest >=6.2.4,<7.0.0",
"pytest-asyncio>=0.17",
"aiosqlite",
"jose==1.0.0",
"python-jose==3.3.0",
]
jwt = [
"jose==1.0.0",
"python-jose==3.3.0",
]
redis = ["aioredis"]
db = []
dev = [
"jinja2 >=2.11.2,<4.0.0",
"aiosqlite",
"aioredis",
"uvicorn[standard] >=0.12.0,<0.16.0",
]
all = [
"jinja2 >=2.11.2,<4.0.0",
"uvicorn[standard] >=0.12.0,<0.16.0",
]
# pytest
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"tests",
]
# pytest-asyncio
asyncio_mode = "auto"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/github-mysync/fastapi_user_auth.git
git@gitee.com:github-mysync/fastapi_user_auth.git
github-mysync
fastapi_user_auth
fastapi_user_auth
master

搜索帮助