Users #2
mosesmbadi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The system has users distinguished by roles.
The roles are:
A patient can belong to the user's model (registered using the public website) or they can be created by another user.
Each role will have fine-grained permissions more specifically on patient's data.
The superuser can create users with different roles except patients who have registered using the public website.
This means the superuser will access the user's registration endpoint but other users won't.
Each user will be sent to respective dashboard once authenticated.
Beta Was this translation helpful? Give feedback.
All reactions