jembi / hearth

A fast FHIR-compliant server focused on longitudinal data stores.
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

Restrict users to only read and update themselves #116

Closed rcrichton closed 6 years ago

rcrichton commented 6 years ago

This change restircts nrmal user from reading or updating anyone other than themselves. It also introduces a allowUserMangement priviledge that allows certain users to be able to manage all users.

ANSA-691