raven-os/albinos

Client config_id abstraction

Gaspard-- opened this issue · 3 comments

Currently the client gets th id from for the db. There are no permission checks and clients could potentially guess ids.
Ideally we need a per-client hashmap that maps a client config_id to the corresponding db config_id and information about it's permissions to the config (readonly / readwrite).

This also adresses #49

this also adresses #89