fastapi-permissions
fastapi-permissions copied to clipboard
Changing Permisions on run time
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.