-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user authentication and authorization #65
Comments
This is tied to #40 @f-odhiambo can @ekigamba work on this with @rehammuzzamil? |
The issue seems a bit broad for part 2 and 4. This repository being the building block for OpenSRP FHIR apps, part 2 and 4 might not be handled here. Currently, everything within the practitioners location is downloaded to the client device. We should use this for MVPs until a point when we need to limit data acess further within the practitioners location. This data might be data across modules. This discussion is also dependent on how the health administrative structure representation in FHIR that we agree on (location mapping) since this will inform us on how to filter sync resources. @f-odhiambo In a case where we will have different types of practitioners or logins, then we would need to make sure that the type of practitioner has the roles/permissions required to access the device. Is this defined or within scope? Can we move this to another issue? Authenticate user details & load user profile
Misc
|
* move questionnaire launch to Activity result contracts * disable patient while loading data * Update build.gradle.kts
User story :
As a CHW, I want to authenticate myself in order to interact with the different features in-app based on the different permissions assigned to me
Acceptance criteria :
The text was updated successfully, but these errors were encountered: