openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

Implement authenticated method for db query methods #154

Closed DivineThreepwood closed 4 years ago

DivineThreepwood commented 4 years ago

Both queryAggregatedServiceState and queryRecord need to be encapsulated into an AuthenticatedValue to guaranty data security. Please implement authenticated methods for both.

DivineThreepwood commented 4 years ago

Has been implemented.