webknossos
webknossos copied to clipboard
Pass UserToken implicitly around tracingstore + datastore
Hundreds of functions in datastore + tracingstore need to pass around the user token for authentication. This could be an implicit parameter, just like the DBAccessContext. Would need to be wrapped in a class.