holgi / fastapi-permissions

row level security for FastAPI framework
Other
475 stars 47 forks source link

Changing Permisions on run time #20

Open aurthurm opened 1 year ago

aurthurm commented 1 year ago

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" it.

When a user "finalise" a document, I want to change the permission to Deny "publish" for this user.