fastapi-permissions
fastapi-permissions copied to clipboard
row level security for FastAPI framework
This project seems to be fairly popular and I was unable to find a better alternative. However, seeing that the last commit in this project was almost two years ago,...
In the `add_items` endpoint, the ACL to be checked is: ``` NewItemAcl = [(Deny, "user:bob", "create"), (Allow, Authenticated, "create")] ``` You can see that user bob has 2 principals (`user:bob`...
Is it possible to chage object permissions on runtime for users. Say if a user "finalise" a document, then they cannot "publish" that document. A different user has to "publish"...
I also see this pr https://github.com/holgi/fastapi-permissions/pull/18/files, but I think the owner means this tutorial link, thanks.
Hello Friend, I am using this library as inspiration for an API with fine-grained resource access control. I love the foundation you built here, but I keep running mypy linting...
Anyone maintaining it?