dav-server-rs icon indicating copy to clipboard operation
dav-server-rs copied to clipboard

Add pre/post operation hooks

Open henris42 opened this issue 1 year ago • 1 comments

For security purposes, we'd like to have a possibility to do authorization of operations on WebDAV filesystem call (CRUD) level. Also for logging purposes, we'd like to have same possibility post-operation.

We are proposing, that a pro/post hook interface to be added to the library, so we have a flexible way to do use cases like this. Hooks should be available for all WebDAV supported operations.

henris42 avatar Jan 21 '25 18:01 henris42

Does #33 work for you?

messense avatar Jan 22 '25 08:01 messense