fastapi-user-auth icon indicating copy to clipboard operation
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.

Results 22 fastapi-user-auth issues
Sort by recently updated
recently updated
newest added

实际的 `Hero` 表 ![image](https://user-images.githubusercontent.com/17846092/171027048-a030fab2-2f49-43ef-ac9a-e2398cd788d1.png) 页面显示异常 ![image](https://user-images.githubusercontent.com/17846092/171027225-f6d43729-5700-4df0-8b42-7fd26b0cb00c.png) 创建英雄时, 如果先填写英雄名称, 则不能选择团队; 如果先选择团队, 再填写名称是可以的 ![image](https://user-images.githubusercontent.com/17846092/171027347-2543b683-7369-45c3-9878-b5c1a6a42398.png)

已经用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