csvbase icon indicating copy to clipboard operation
csvbase copied to clipboard

Alternate version of permissions

Open calpaterson opened this issue 1 year ago • 0 comments

This code (currently not used) implements an alternate way of checking permissions that will be more flexible.

In particular it's fast (because the permissions check is done through SQL instead of Python) and can easily be expanded to work with "bearer" credentials (ie: share tokens) or RBAC, where the user is a member of a group that grants them extra permissions.

calpaterson avatar Sep 19 '24 12:09 calpaterson