projectbuendia / buendia

Main project repository (see the Wiki for details)
Apache License 2.0
117 stars 36 forks source link

Ensure that API methods that rely on ProjectBuendiaService get authenticated #236

Closed schuyler closed 4 years ago

schuyler commented 4 years ago

Fixes #223 by adding @Authorized annotations to ProjectBuendiaService, following the example of org.openmrs.api.PatientService in OpenMRS 1.10.x.

Includes integration tests to confirm working functionality. These tests pass for me in Vagrant.