fastapi-permissions icon indicating copy to clipboard operation
fastapi-permissions copied to clipboard

Changing Permisions on run time

Open aurthurm opened this issue 1 year ago • 0 comments

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.

aurthurm avatar Apr 23 '23 09:04 aurthurm