Closed dennyabrain closed 2 years ago
In the current state when there is no caching and only limited number of datasets and owners, I wonder if its worth attempting loading and retaining user and dataset data in memory at server startup. This way ownership checks and role checks should not need database calls.
In its current scope, access control would mean the following categories of checks :
Role Check :
uploader
orviewer
should not be able to access endpoints meant foradmin
user. This would involve any endpoint for/index
Ownership Check :