fastapi-user-auth
fastapi-user-auth copied to clipboard
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.
页面问题
实际的 `Hero` 表  页面显示异常  创建英雄时, 如果先填写英雄名称, 则不能选择团队; 如果先选择团队, 再填写名称是可以的 
已经用fastapi-scheduler创建了定时任务,不想随便让人通过注册账户登入后台来控制定时任务。但还想用fastapi-user-auth和fastapi_amis_admin的功能,有什么办法吗?
This pr for replacing some vars translated to English. I respect your language, but in production it is hard to use, becauese some vars still in Chinese after setting `LANGUAGE=en_US...
用postgreSQL数据库,查看角色管理报错。 原因是 fastapi_user_auth\auth\models.py内第99行 ,CasbinSubjectRolesQuery里用了GROUP_CONCAT方法,postgreSQL不支持该方法,需要替换为string_agg
大佬方便提供一下demo项目的源码吗,因为根据文档,还是有一些地方不清楚如何实现,如果有一个现成的项目来参考那就很棒了
This PR fixes Postgres compatibility (SQLite does not work now, this is in progress). Translated to English strings (my native - Ukraine language , so there can be typos) and...
This is very good project and the global users need a English README.md urgently
目前在用Azure来做的第三方登录。把Access Token存放在Cookie 然后重写了get_current_user() 但是发现老是重定向到登录界面无限循环。可是案例里面在跳转几次后就加载Home页面了,请教大概是遗漏了什么地方?
When using PostgreSQL, an error occurred when creating casbin rules due to the "id": None parameter in the database request. This PR closes #24.
把密码转换成字符串防止报错: TypeError: secret must be unicode or bytes, not pydantic.types.SecretStr